Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Configuration for Release Drafter: https://github.com/release-drafter/release-drafter
# Categories, labels and the version-resolver come from the shared org config.
_extends: .github

# Tags here are prefixed, so tag-prefix is what lets the drafter parse the
# version out of the last tag. Without it the drafter reads what it can from the
# tag string, and plexus-i18n once drafted 18.0.1 by finding the 18 in its name.
tag-prefix: plexus-interactivity-
tag-template: plexus-interactivity-$RESOLVED_VERSION
name-template: $RESOLVED_VERSION
Loading