Skip to content

Commit 3e90369

Browse files
Change release drafter versioning to minor version
1 parent 24430ee commit 3e90369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template for release drafts
2-
name-template: 'v$NEXT_PATCH_VERSION' # You can switch to $NEXT_MINOR_VERSION or $NEXT_MAJOR_VERSION
3-
tag-template: 'v$NEXT_PATCH_VERSION'
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'
44

55
# Exclude PRs with this label from release notes
66
exclude-labels:

0 commit comments

Comments
 (0)