Skip to content

Commit

Permalink
Improve GH release notes config (#4312)
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho committed Mar 28, 2024
1 parent 222f7f1 commit e0f7896
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,26 @@ changelog:
exclude:
labels:
- release/ignore
- area/tests
- area/ci
categories:
- title: Breaking Changes 🛠
labels:
- breaking/api
- breaking/db
- breaking/config
- breaking/p2p
- title: Next Consensus
labels:
- breaking/consensus
- title: Exciting New Features 🎉
labels:
- kind/feature
- kind/improvement
- title: Bugfixes 🐞
labels:
- kind/bugfix
- kind/bug
- title: Next Consensus
labels:
- breaking/consensus
- title: Other Changes
labels:
- "*"

0 comments on commit e0f7896

Please sign in to comment.