Skip to content

Commit b0e748e

Browse files
authored
[github] release drafter minor major version
1 parent def315d commit b0e748e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/release-drafter.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
name-template: 'v$NEXT_PATCH_VERSION'
2-
tag-template: 'v$NEXT_PATCH_VERSION'
1+
name-template: 'v$RESOLVED_VERSION'
2+
tag-template: 'v$RESOLVED_VERSION'
33
categories:
44
- title: 'Features'
55
labels:
66
- 'feature'
77
- title: 'Fixes'
88
labels:
99
- 'bug'
10+
version-resolver:
11+
major:
12+
labels:
13+
- 'increase-major'
14+
minor:
15+
labels:
16+
- 'increase-minor'
17+
default: patch
1018
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
1119
template: |
1220
## What's new

0 commit comments

Comments
 (0)