Skip to content

Commit 6ab1094

Browse files
committed
CI Follow-up part 2
1 parent 50f4bc8 commit 6ab1094

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/release-drafter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ change-template: '* $TITLE @$AUTHOR (#$NUMBER)'
1010
change-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'

.github/workflows/release-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
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:

0 commit comments

Comments
 (0)