Skip to content

Commit 38b414c

Browse files
Merge pull request #52 from jenkinsci/release-drafter-v-prefix
Remove the "v" prefix from release tags
2 parents 220446d + 04dcb27 commit 38b414c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
_extends: .github
33
# Semantic versioning: https://semver.org/
44
version-template: $MAJOR.$MINOR.$PATCH
5-
tag-template: v$NEXT_MINOR_VERSION
6-
name-template: v$NEXT_MINOR_VERSION
5+
tag-template: $NEXT_MINOR_VERSION
6+
name-template: $NEXT_MINOR_VERSION

0 commit comments

Comments
 (0)