10000 don't add prefix to tags · simdjson/simdjson-java@dddb0d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit dddb0d7

Browse files
committed
don't add prefix to tags
1 parent 6d75bd4 commit dddb0d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ version = scmVersion.version
1919

2020
scmVersion {
2121
versionCreator('versionWithBranch')
22+
tag {
23+
prefix = ''
24+
}
2225
}
2326

2427
repositories {

0 commit comments

Comments
 (0)
0