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 8039d5a commit fc4c6efCopy full SHA for fc4c6ef
.github/release-drafter.yml
@@ -1,6 +1,6 @@
1
# Template for release drafts
2
-name-template: 'v$NEXT_MINOR_VERSION' # You can switch to $NEXT_MINOR_VERSION or $NEXT_MAJOR_VERSION
3
-tag-template: 'v$NEXT_MINOR_VERSION'
+name-template: 'v$NEXT_PATCH_VERSION' # You can switch to $NEXT_MINOR_VERSION or $NEXT_MAJOR_VERSION
+tag-template: 'v$NEXT_PATCH_VERSION'
4
5
# Exclude PRs with this label from release notes
6
exclude-labels:
0 commit comments