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

sign release tags in ant build script

parent 5df3a642
......@@ -92,6 +92,7 @@
<sequential>
<exec executable="git">
<arg value="tag" />
<arg value="-s" />
<arg value="-m" />
<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