Skip to content

Commit d1ccd32

Browse files
committed
small tweaks to release instructions
1 parent 26dae06 commit d1ccd32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ReleaseInstructions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Note: This document was updated in the context of releasing Ant
9090
build.
9191

9292
# clean
93-
$ rm -rf bootstrap build dist distribution java-repository target
93+
$ rm -rf bootstrap build dist distribution java-repository target ant_*.snap
9494
$ ./build.sh dist-lite
9595
$ ./dist/bin/ant -nouserlib -lib lib/optional distribution
9696

@@ -143,7 +143,7 @@ Note: This document was updated in the context of releasing Ant
143143

144144
b. Using gpg
145145

146-
$ for i in distribution/*/*.zip distribution/*/*.gz distribution/*/*.bz2 distribution/*/*.xz; do gpg --use-agent --detach-sign --armor $i; done
146+
$ for i in distribution/*/*.zip distribution/*/*.gz distribution/*/*.bz2; do gpg --use-agent --detach-sign --armor $i; done
147147
$ 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
148148

149149
11. Convert the part of the WHATSNEW file covering the changes

0 commit comments

Comments
 (0)