Skip to content

Commit

Permalink
Merge pull request #130 from jamezp/add-release-note-config
Browse files Browse the repository at this point in the history
Add a configuration for release notes.
  • Loading branch information
jamezp authored Nov 20, 2024
2 parents 912ebd7 + b0b22f0 commit ee02afe
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# .github/release.yml

changelog:
categories:
- title: Breaking Changes 🛠
labels:
- breaking-change
- title: Enhancements 🎉
labels:
- enhancement
- title: Bugs 🐛
labels:
- bug
- title: Dependency Upgrades ⬆
labels:
- dependency
- title: Other Changes
labels:
- "*"

0 comments on commit ee02afe

Please sign in to comment.