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 e0d3c01 commit e33e047Copy full SHA for e33e047
.github/release-drafter.yml
@@ -1,8 +1,19 @@
1
_extends: .github
2
# mojo-parent uses a single version number, no semantic versioning
3
-version-template: '$MAJOR'
4
-name-template: '$NEXT_MAJOR_VERSION'
+name-template: '$RESOLVED_VERSION'
5
tag-template: 'mojo-parent-$NEXT_MAJOR_VERSION'
+version-resolver:
6
+ major:
7
+ labels:
8
+ - major
9
+ minor:
10
11
+ - minor
12
+ - enhancement
13
+ patch:
14
15
+ - patch
16
+ default: patch
17
template: |
18
## Changes
19
0 commit comments