Skip to content

Commit

Permalink
Create release notes configuration for GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
ke4 authored Oct 8, 2024
1 parent d315098 commit d5d1104
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/release.yaml
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 d5d1104

Please sign in to comment.