Skip to content

Commit

Permalink
add release configuration
Browse files Browse the repository at this point in the history
This configures the changelog generation.

Helps fixing #473

Signed-off-by: Daniel Ziegenberg <[email protected]>
  • Loading branch information
ziegenberg committed May 29, 2024
1 parent ad384ff commit c8dc4b9
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/release.yml
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:
- "*"

0 comments on commit c8dc4b9

Please sign in to comment.