Skip to content

Commit

Permalink
chore: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed May 17, 2024
1 parent d1f7c73 commit 6f6eebe
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: '新功能 ✨'
labels:
- 'feat'
- 'feature'
- title: '修复 🐛'
labels:
- 'fix'
- title: '优化 🎨'
- 'bug'
- title: '优化 ⚡️'
labels:
- 'perf'
change-template: '- $TITLE (#$NUMBER) @${{PRAUTHOR}}'
- 'improvement'
change-template: '- $TITLE (#$NUMBER)'
no-changes-template: '- No changes'
replacers:
- search: '(.*)'
replace: 'Updated: $1'
template: |
## v$NEXT_PATCH_VERSION 🌟
## Changes
$CHANGES

0 comments on commit 6f6eebe

Please sign in to comment.