Skip to content

Commit 296c306

Browse files
authored
Update release-drafter.yml (#366)
1 parent 9044d6a commit 296c306

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.github/release-drafter.yml

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
_extends: .github
2-
name-template: pipeline-stage-view-plugin-$NEXT_PATCH_VERSION
3-
tag-template: pipeline-stage-view-$NEXT_MINOR_VERSION
2+
name-template: pipeline-stage-view-plugin-$RESOLVED_VERSION
3+
tag-template: pipeline-stage-view-$RESOLVED_VERSION
4+
5+
version-resolver:
6+
major:
7+
labels:
8+
- 'major'
9+
- 'breaking'
10+
minor:
11+
labels:
12+
- 'minor'
13+
- 'dependencies'
14+
patch:
15+
labels:
16+
- 'bugfix'
17+
- 'patch'
18+
default: minor

0 commit comments

Comments
 (0)