Skip to content

Commit

Permalink
Merge pull request #491 from ziegenberg/add-release-config
Browse files Browse the repository at this point in the history
add release configuration
  • Loading branch information
ziegenberg authored Jun 4, 2024
2 parents fde0b41 + c8dc4b9 commit 1a9de24
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 1a9de24

Please sign in to comment.