There was an error while loading. Please reload this page.
1 parent 70ee947 commit 06f7e8bCopy full SHA for 06f7e8b
1 file changed
.github/release-drafter.yml
@@ -1,6 +1,11 @@
1
_extends: .github:/.github/release-drafter.yml
2
-name-template: $NEXT_PATCH_VERSION
3
-tag-template: plexus-utils-$NEXT_PATCH_VERSION
+
+# tag-prefix is what lets the drafter parse the version out of the last tag.
4
+# Without it the drafter reads what it can from the tag string, and plexus-i18n
5
+# once drafted 18.0.1 by finding the 18 in its own name.
6
+tag-prefix: plexus-utils-
7
+name-template: $RESOLVED_VERSION
8
+tag-template: plexus-utils-$RESOLVED_VERSION
9
version-template: $MAJOR.$MINOR.$PATCH
10
# plexus-utils maintains parallel release lines (master + plexus-utils-3.x),
11
# so drafts must only pick up commits from the branch being released.
0 commit comments