Skip to content

Commit

Permalink
don't add prefix to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrrzysko committed Sep 7, 2023
1 parent 6d75bd4 commit dddb0d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ version = scmVersion.version

scmVersion {
versionCreator('versionWithBranch')
tag {
prefix = ''
}
}

repositories {
Expand Down

0 comments on commit dddb0d7

Please sign in to comment.