Skip to content

Commit ddd79e7

Browse files
committed
sign release tags in ant build script
1 parent 5df3a64 commit ddd79e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: build.xml

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
<sequential>
9393
<exec executable="git">
9494
<arg value="tag" />
95+
<arg value="-s" />
9596
<arg value="-m" />
9697
<arg value="v@{version}" />
9798
<arg value="v@{version}" />

0 commit comments

Comments
 (0)