Change release drafter to use patch versioning
Updated release drafter configuration to use patch versioning.
This commit is contained in:
committed by
GitHub
parent
8039d5aa96
commit
fc4c6efa8c
4
.github/release-drafter.yml
vendored
4
.github/release-drafter.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
# Template for release drafts
|
# Template for release drafts
|
||||||
name-template: 'v$NEXT_MINOR_VERSION' # You can switch to $NEXT_MINOR_VERSION or $NEXT_MAJOR_VERSION
|
name-template: 'v$NEXT_PATCH_VERSION' # You can switch to $NEXT_MINOR_VERSION or $NEXT_MAJOR_VERSION
|
||||||
tag-template: 'v$NEXT_MINOR_VERSION'
|
tag-template: 'v$NEXT_PATCH_VERSION'
|
||||||
|
|
||||||
# Exclude PRs with this label from release notes
|
# Exclude PRs with this label from release notes
|
||||||
exclude-labels:
|
exclude-labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user