Skip to content

Commit

Permalink
Add config file for release notes generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ke4 authored Nov 28, 2024
1 parent 668b0a2 commit e6cc181
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# .github/release.yml

changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: πŸ›  Breaking Changes
labels:
- Semver-Major
- breaking-change
- title: πŸŽ‰ Exciting New Features
labels:
- Semver-Minor
- enhancement
- improvement
- feature
- title: πŸ“œ Documentation
labels:
- documentation
- title: 🐞 Bug Fixes
labels:
- fix
- bug
- bugfix
- title: πŸ’‘ Other Changes
labels:
- "*"

0 comments on commit e6cc181

Please sign in to comment.