Skip to content

Commit

Permalink
ci(release-notes): add release labels config (#52) (#53)
Browse files Browse the repository at this point in the history
(cherry picked from commit ca899e2)

Co-authored-by: Andrew Azores <[email protected]>
  • Loading branch information
mergify[bot] and andrewazores authored Dec 11, 2023
1 parent 5ed65a9 commit 9d473e3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
changelog:
categories:
- title: '🚀 Features'
labels:
- 'feat'
- title: '🔧 Fixes'
labels:
- 'fix'
- title: '📄 Documentation'
labels:
- 'docs'
- title: '⚙️ Maintenance'
labels:
- 'chore'
- 'ci'
- 'perf'
- 'test'
- 'build'
- title: 'Others'
labels:
- "*"

0 comments on commit 9d473e3

Please sign in to comment.