Skip to content

Commit

Permalink
ci(github): add: release cli
Browse files Browse the repository at this point in the history
  • Loading branch information
waset committed Apr 28, 2023
1 parent 42ec1fd commit a7b8bf4
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 新功能'
label: 'feat'
- title: '🐛 Bug 修复'
label: 'fix'
- title: '📚 文档'
label: 'docs'
- title: '🧰 维护'
labels:
- 'chore'
- 'refactor'
- 'style'
- 'test'
exclude-labels:
- 'wontfix'
- 'duplicate'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
template: |
## 更新内容
$CHANGES

0 comments on commit a7b8bf4

Please sign in to comment.