diff --git a/ReleaseInstructions b/ReleaseInstructions index 9a01ce2ed..f62af5883 100644 --- a/ReleaseInstructions +++ b/ReleaseInstructions @@ -79,9 +79,16 @@ Note: This document was updated in the context of releasing Ant 1.6. on the branch. It is important that this be a clean build. Label this with a tag ANT_16_B1. + C:\dev\asf\ant-core> + svn copy https://svn.apache.org/repos/asf/ant/core/trunk \ + https://svn.apache.org/repos/asf/ant/core/tags/ANT_170_B1 \ + -m "Tagging version 1.7.0Beta1 of Ant" + + Revision 437509 ?\195?\188bertragen. + 8. Sign the distribution files using the following simple script #!/bin/sh - for i in distribution/* + for i in `/usr/bin/find distribution \( -name "*.bz2" -o -name "*.zip" -o -name "*.gz" \)` do echo "Signing " $i gpg -a -b --force-v3-sigs $i