Skip to content

Commit

Permalink
add automatic release notes categorization
Browse files Browse the repository at this point in the history
  • Loading branch information
iOvergaard committed Mar 14, 2024
1 parent 5c59fa0 commit 48b09b0
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# .github/release.yml

changelog:
exclude:
labels:
- ignore-for-release
- duplicate
- wontfix
categories:
- title: 🙌 Notable Changes
labels:
- notable
- title: 💥 Breaking Changes
labels:
- category/breaking
- title: 🚀 New Features
labels:
- type/feature
- category/feature
- type/enhancement
- category/enhancement
- title: 🐛 Bug Fixes
labels:
- type/bug
- category/bug
- title: 📄 Documentation
labels:
- documentation
- title: 🏠 Internal
labels:
- internal
- title: 📦 Dependencies
labels:
- dependencies
- title: 🌈 A11Y
labels:
- accessibility
- title: Other Changes
labels:
- '*'

0 comments on commit 48b09b0

Please sign in to comment.