Skip to content

Commit

Permalink
chore(workflow): add GitHub release yaml config (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Mar 26, 2024
1 parent 6645267 commit 2c94c50
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:
- "change: breaking"
- title: New Features πŸŽ‰
labels:
- "change: feat"
- title: Performance πŸš€
labels:
- "change: perf"
- title: Bug Fixes 🐞
labels:
- "change: fix"
- title: Document πŸ“–
labels:
- "change: docs"
- title: Other Changes
labels:
- "*"

0 comments on commit 2c94c50

Please sign in to comment.