Skip to content

Commit

Permalink
chore: add GitHub release configuration (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Jul 20, 2023
1 parent 00a7e61 commit c8a39f6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
changelog:
exclude:
labels:
- skip-changelog
categories:
- title: 🎉 New Features
labels:
- enhancement
- title: 🐛 Bug Fixes
labels:
- bug
- title: 📝 Documentation
labels:
- documentation
- title: 📦 Dependency updates
labels:
- dependencies
- title: Other Changes
labels:
- "*"

0 comments on commit c8a39f6

Please sign in to comment.