Skip to content

Commit e33e047

Browse files
committed
fix release drafter version
Signed-off-by: Olivier Lamy <[email protected]>
1 parent e0d3c01 commit e33e047

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/release-drafter.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
_extends: .github
22
# mojo-parent uses a single version number, no semantic versioning
3-
version-template: '$MAJOR'
4-
name-template: '$NEXT_MAJOR_VERSION'
3+
name-template: '$RESOLVED_VERSION'
54
tag-template: 'mojo-parent-$NEXT_MAJOR_VERSION'
5+
version-resolver:
6+
major:
7+
labels:
8+
- major
9+
minor:
10+
labels:
11+
- minor
12+
- enhancement
13+
patch:
14+
labels:
15+
- patch
16+
default: patch
617
template: |
718
## Changes
819

0 commit comments

Comments
 (0)