Skip to content

Commit

Permalink
Add categories to release config
Browse files Browse the repository at this point in the history
  • Loading branch information
javierjulio committed Jun 15, 2024
1 parent dbb10ba commit 0b7e34d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
changelog:
categories:
- title: Breaking Changes 🚨
labels:
- type breaking change
- title: Enhancements ✨
labels:
- type enhancement
- title: Bug Fixes 🐛
labels:
- type bug fix
- title: Security Fixes 🔒
labels:
- type security fix
- title: Other Changes 🛠
labels:
- "*"
exclude:
authors:
- dependabot

0 comments on commit 0b7e34d

Please sign in to comment.