Skip to content

Commit f35efbf

Browse files
committed
Fix version name
1 parent 4a84268 commit f35efbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/release-draft-template-v1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: "v1.$RESOLVED_VERSION 🔒"
2-
tag-template: "v1.$RESOLVED_VERSION"
1+
name-template: "v$RESOLVED_VERSION 🔒"
2+
tag-template: "v$RESOLVED_VERSION"
33
filter-by-commitish: true
44
exclude-labels:
55
- "skip-changelog"
@@ -30,7 +30,7 @@ template: |
3030
3131
Thanks to $CONTRIBUTORS! 🎉
3232
33-
**See full changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v1.$RESOLVED_VERSION
33+
**See full changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
3434
3535
no-changes-template: "Changes are coming soon 😎"
3636
sort-direction: "ascending"

0 commit comments

Comments
 (0)