From d1ccd324c179cb595a06be7dbedcca8eba8e174e Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sat, 10 Jul 2021 20:16:31 +0200 Subject: [PATCH] small tweaks to release instructions --- ReleaseInstructions | 4 ++-- 1 file 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