-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This configures the changelog generation. Helps fixing #473 Signed-off-by: Daniel Ziegenberg <[email protected]>
- Loading branch information
1 parent
ad384ff
commit c8dc4b9
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
changelog: | ||
|
||
exclude: | ||
authors: | ||
- dependabot | ||
- dependabot[bot] | ||
|
||
categories: | ||
- title: Security Fixes | ||
labels: | ||
- type:security | ||
|
||
- title: New Features | ||
labels: | ||
- type:enhancement | ||
|
||
- title: Accessibility | ||
labels: | ||
- type:usability | ||
- type:accessibility | ||
- type:visual-clarity | ||
|
||
- title: Bug Fixes | ||
labels: | ||
- type:bug | ||
|
||
- title: Documentation | ||
labels: | ||
- type:documentation | ||
|
||
- title: Typing | ||
labels: | ||
- type:typing | ||
|
||
- title: Code Enhancements | ||
labels: | ||
- type:code-enhancement | ||
- type:tests | ||
|
||
- title: Maintenance and Dependencies | ||
labels: | ||
- type:dependencies | ||
- type:github_actions | ||
- type:infrastructure | ||
|
||
- title: Other Changes | ||
labels: | ||
- "*" |