Skip to content

Commit 8c381dc

Browse files
committed
Draft the version the labels imply, not always a patch
1 parent 57ffd5f commit 8c381dc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/release-drafter.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Configuration for Release Drafter: https://github.com/release-drafter/release-drafter
2+
# Categories, labels and the version-resolver come from the shared org config.
3+
_extends: .github
4+
5+
# Tags here are prefixed, so tag-prefix is what lets the drafter parse the
6+
# version out of the last tag. Without it the drafter reads what it can from the
7+
# tag string, and plexus-i18n once drafted 18.0.1 by finding the 18 in its name.
8+
tag-prefix: plexus-interactivity-
9+
tag-template: plexus-interactivity-$RESOLVED_VERSION
10+
name-template: $RESOLVED_VERSION

0 commit comments

Comments
 (0)