Skip to content

Commit

Permalink
chore: add configuration for GH auto-generate changelog (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard authored Aug 22, 2024
1 parent 1a0a4a1 commit 42ede62
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 42ede62

Please sign in to comment.