Skip to content

Commit

Permalink
chore: update release.yml for required labels (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara authored Sep 27, 2024
1 parent 547dfe2 commit caee273
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,22 @@

changelog:
categories:
- title: Breaking changes πŸ’₯
labels:
- breaking-change
- title: New features πŸŽ‰
labels:
- enhancement
- new feature
- title: Bug fixes 🐞
labels:
- bug
- title: Documentation πŸ“
labels:
- documentation
- title: Dependencies πŸ‘·
labels:
- dependencies
- title: Other changes
labels:
- "*"
- "*"

0 comments on commit caee273

Please sign in to comment.