Skip to content

Commit

Permalink
Set tag name format to just be the project version (jenkinsci#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Sep 12, 2020
1 parent 048cc80 commit 561d494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
_extends: .github
version-template: $MAJOR.$MINOR.$PATCH
tag-template: plugin-management-parent-pom-$NEXT_PATCH_VERSION
tag-template: $NEXT_PATCH_VERSION
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<!-- Version of Maven Components -->
<maven.version>3.5.0</maven.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tagNameFormat>@{project.version}</tagNameFormat>
</properties>

<groupId>io.jenkins.plugin-management</groupId>
Expand Down

0 comments on commit 561d494

Please sign in to comment.