File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ change-template: '* $TITLE @$AUTHOR (#$NUMBER)'
1010change-title-escapes : ' \<*_&' # You can add #
1111
1212# The template for the name of the draft release
13- name-template : ' v $RESOLVED_VERSION 🌈'
13+ name-template : ' $RESOLVED_VERSION 🌈'
1414# The template for the tag of the draft release
15- tag-template : ' v $RESOLVED_VERSION'
15+ tag-template : ' $RESOLVED_VERSION'
1616
1717# # Template used calculating the next version number for the release
1818# version-template: '$MAJOR.$MINOR'
@@ -24,13 +24,13 @@ tag-template: 'v$RESOLVED_VERSION'
2424# labels:
2525# - 'feature'
2626# - 'feat'
27- # - 'perf'
2827# minor:
2928# labels:
29+ # - 'build'
3030# - 'bug'
3131# - 'bugfix'
3232# - 'fix'
33- # - 'build '
33+ # - 'perf '
3434# - 'refactor'
3535# - 'revert'
3636# - 'test'
Original file line number Diff line number Diff line change 5252 uses : release-drafter/release-drafter@v5
5353 id : draft-release
5454 with :
55+ version : $TAG
5556 publish : false
5657 commitish : ${{needs.release-branch.outputs.branch-name || github.ref_name}}
5758 env :
You can’t perform that action at this time.
0 commit comments