We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51c607a + ae6da29 commit 42f71c9Copy full SHA for 42f71c9
.github/release-drafter.yml
@@ -1,5 +1,5 @@
1
---
2
-name-template: "v$RESOLVED_VERSION"
+name-template: "$RESOLVED_VERSION"
3
tag-template: "$RESOLVED_VERSION"
4
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
5
change-title-escapes: '\<*_&'
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: release-drafter/[email protected]
25
with:
26
tag: ${{ steps.version.outputs.version }}
27
- name: v${{ steps.version.outputs.version }}
+ name: ${{ steps.version.outputs.version }}
28
version: ${{ steps.version.outputs.version }}
29
publish: true
30
env:
0 commit comments