Skip to content

Commit

Permalink
maint: add release file (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreynolds authored Oct 17, 2022
1 parent b8b07ef commit 8564cb8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# .github/release.yml

changelog:
exclude:
labels:
- no-changelog
categories:
- title: 💥 Breaking Changes 💥
labels:
- "version: bump major"
- breaking-change
- title: 💡 Enhancements
labels:
- "type: enhancement"
- title: 🐛 Fixes
labels:
- "type: bug"
- title: 🛠 Maintenance
labels:
- "type: maintenance"
- title: 🤷 Other Changes
labels:
- "*"

0 comments on commit 8564cb8

Please sign in to comment.