Skip to content

Commit

Permalink
chore: Add release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf0 committed Apr 16, 2023
1 parent 6250d66 commit 51013d3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# .github/release.yml

changelog:
exclude:
labels:
- "release: ignore"
categories:
- title: Breaking Changes 🛠
labels:
- "release: breaking change"
- title: Performance improvements ⚡
labels:
- "release: performance"
- title: Exciting New Features 🎉
labels:
- "release: feature"
- title: Bug fixes 🐞
labels:
- "release: bug fix"
- title: Other Changes
labels:
- "*"

0 comments on commit 51013d3

Please sign in to comment.