This is an automated email from the ASF dual-hosted git repository.
bodewig pushed a commit to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/1.9.x by this push:
new d1ccd32 small tweaks to release instructions
d1ccd32 is described below
commit d1ccd324c179cb595a06be7dbedcca8eba8e174e
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sat Jul 10 20:16:31 2021 +0200
small tweaks to release instructions
---
ReleaseInstructions | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ReleaseInstructions b/ReleaseInstructions
index 5229e13..18f0f45 100644
--- a/ReleaseInstructions
+++ b/ReleaseInstructions
@@ -90,7 +90,7 @@ Note: This document was updated in the context of releasing
Ant
build.
# clean
- $ rm -rf bootstrap build dist distribution java-repository target
+ $ rm -rf bootstrap build dist distribution java-repository target
ant_*.snap
$ ./build.sh dist-lite
$ ./dist/bin/ant -nouserlib -lib lib/optional distribution
@@ -143,7 +143,7 @@ Note: This document was updated in the context of releasing
Ant
b. Using gpg
- $ for i in distribution/*/*.zip distribution/*/*.gz distribution/*/*.bz2
distribution/*/*.xz; do gpg --use-agent --detach-sign --armor $i; done
+ $ for i in distribution/*/*.zip distribution/*/*.gz distribution/*/*.bz2;
do gpg --use-agent --detach-sign --armor $i; done
$ for i in java-repository/org/apache/ant/ant*/*/*.jar
java-repository/org/apache/ant/ant*/*/*.pom; do gpg --use-agent --detach-sign
--armor $i; done
11. Convert the part of the WHATSNEW file covering the changes