Skip to content

Commit ed6d30d

Browse files
committed
Update tagging script
1 parent af1940c commit ed6d30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/scripts/tagging.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
new ByteArrayOutputStream().withStream { os ->
22

33
exec {
4-
commandLine 'git', 'describe'
4+
commandLine 'git', 'describe', '--abbrev=0', '--tags'
55
standardOutput = os
66
}
77

0 commit comments

Comments
 (0)