Commit 90764243 authored by Steve Müller's avatar Steve Müller

sign release tags in ant build script

parent 3f592b4a
...@@ -92,6 +92,7 @@ ...@@ -92,6 +92,7 @@
<sequential> <sequential>
<exec executable="git"> <exec executable="git">
<arg value="tag" /> <arg value="tag" />
<arg value="-s" />
<arg value="-m" /> <arg value="-m" />
<arg value="v@{version}" /> <arg value="v@{version}" />
<arg value="v@{version}" /> <arg value="v@{version}" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment