Change release drafter versioning to minor version

This commit is contained in:
Michel Roegl-Brunner
2025-10-07 16:12:15 +02:00
committed by GitHub
parent 24430ee77d
commit 3e90369682

View File

@@ -1,6 +1,6 @@
# Template for release drafts # Template for release drafts
name-template: 'v$NEXT_PATCH_VERSION' # You can switch to $NEXT_MINOR_VERSION or $NEXT_MAJOR_VERSION name-template: 'v$NEXT_MINOR_VERSION' # You can switch to $NEXT_MINOR_VERSION or $NEXT_MAJOR_VERSION
tag-template: 'v$NEXT_PATCH_VERSION' tag-template: 'v$NEXT_MINOR_VERSION'
# Exclude PRs with this label from release notes # Exclude PRs with this label from release notes
exclude-labels: exclude-labels: