Skip to content

Commit

Permalink
chore: update release.yml for required labels (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara authored Sep 27, 2024
1 parent 7c07356 commit 2971e5e
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 2971e5e

Please sign in to comment.