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.
1 parent 4a84268 commit f35efbfCopy full SHA for f35efbf
.github/release-draft-template-v1.yml
@@ -1,5 +1,5 @@
1
-name-template: "v1.$RESOLVED_VERSION 🔒"
2
-tag-template: "v1.$RESOLVED_VERSION"
+name-template: "v$RESOLVED_VERSION 🔒"
+tag-template: "v$RESOLVED_VERSION"
3
filter-by-commitish: true
4
exclude-labels:
5
- "skip-changelog"
@@ -30,7 +30,7 @@ template: |
30
31
Thanks to $CONTRIBUTORS! 🎉
32
33
- **See full changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v1.$RESOLVED_VERSION
+ **See full changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
34
35
no-changes-template: "Changes are coming soon 😎"
36
sort-direction: "ascending"
0 commit comments