Skip to content

Commit

Permalink
add config for GitHub release notes generation
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored Aug 8, 2023
1 parent 6288264 commit 490a547
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
changelog:
categories:
- title: 💥 Language Breaking Changes
labels:
- Language Breaking Change
- Storage Breaking Change
- title: 💥 Go API Breaking Chance
labels:
- Go API Breaking Change
- title: ⭐ Features
labels:
- Feature
- title: 🛠 Improvements
labels:
- Improvement
- title: 🐞 Bug Fixes
labels:
- Bugfix
- title: 📖 Documentation
labels:
- Documentation
- title: Other Changes
labels:
- "*"

0 comments on commit 490a547

Please sign in to comment.