summaryrefslogtreecommitdiff
path: root/ReleaseInstructions
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2021-07-10 20:16:31 +0200
committerStefan Bodewig <bodewig@apache.org>2021-07-10 20:16:31 +0200
commitd1ccd324c179cb595a06be7dbedcca8eba8e174e (patch)
tree19e47362b16cd661635f750a396e27a5180c4305 /ReleaseInstructions
parent26dae06262034010ed79fee0605a059b436c4d89 (diff)
downloadant-d1ccd324c179cb595a06be7dbedcca8eba8e174e.tar.gz
small tweaks to release instructions
Diffstat (limited to 'ReleaseInstructions')
-rw-r--r--ReleaseInstructions4
1 files changed, 2 insertions, 2 deletions
diff --git a/ReleaseInstructions b/ReleaseInstructions
index 5229e1382..18f0f45ee 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