Skip to content

Commit

Permalink
Create release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin authored Dec 1, 2024
1 parent 6e71950 commit e63d10c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
changelog:
exclude:
labels:
- ignore in release notes

categories:
- title: New Features 🎉
labels:
- feature
- enhancement
exclude:
labels:
- breaking change

- title: Fixes 🐞
labels:
- bug
exclude:
labels:
- breaking change

- title: Breaking Changes 🛫
labels:
- breaking change

- title: Docs 📚
labels:
- documentation

- title: Other Changes 🦾
labels:
- "*"

0 comments on commit e63d10c

Please sign in to comment.