Skip to content

Commit

Permalink
chore: add release yml (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 authored Aug 15, 2024
1 parent cc19fb1 commit 23e420a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# .github/release.yml

changelog:
exclude:
authors:
# Ignore the release PR created by github-actions
- github-actions
categories:
- title: Breaking Changes 🍭
labels:
- 'release: breaking change'
- title: New Features 🎉
labels:
- 'release: feature'
- title: Performance 🚀
labels:
- 'release: performance'
- title: Bug Fixes 🐞
labels:
- 'release: bug fix'
- title: Document 📖
labels:
- 'release: document'
- title: Other Changes
labels:
- '*'

0 comments on commit 23e420a

Please sign in to comment.