Skip to content

Commit a1ea60b

Browse files
Improve version-template for release-drafter
- pom uses a single version number
1 parent 91d7e00 commit a1ea60b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/release-drafter.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
_extends: .github
2-
tag-template: plexus-$NEXT_MINOR_VERSION
2+
# plexus-pom uses a single version number
3+
version-template: '$MAJOR'
4+
name-template: '$NEXT_MAJOR_VERSION'
5+
tag-template: 'plexus-$NEXT_MAJOR_VERSION'

0 commit comments

Comments
 (0)