Skip to content

Commit

Permalink
feat: Add release auto label
Browse files Browse the repository at this point in the history
  • Loading branch information
4o3F committed May 4, 2024
1 parent 9759365 commit edafaa3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: '🔥 Breaking Changes'
labels:
- 'breaking'
- title: '🏕 Features'
labels:
- 'feat'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- title: '📄 Docs'
labels:
- 'docs'
- title: '📦 Dependencies & Build'
labels:
- 'chore'
- title: 'Other Changes'
labels:
- "*"

0 comments on commit edafaa3

Please sign in to comment.