Skip to content

Commit 0d5dbd5

Browse files
committed
fix: keep release drafter tags aligned with repo history
1 parent 0b53f61 commit 0d5dbd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: "v$RESOLVED_VERSION"
2-
tag-template: "v$RESOLVED_VERSION"
1+
name-template: "$RESOLVED_VERSION"
2+
tag-template: "$RESOLVED_VERSION"
33
category-template: "### $TITLE"
44
change-template: "- [PR #$NUMBER](https://github.com/seqeralabs/nf-aggregate/pull/$NUMBER) - $TITLE"
55
change-title-escapes: "\\<*_&"

0 commit comments

Comments
 (0)