From: Bruno Haible Date: Tue, 14 Apr 2020 09:01:55 +0000 (+0200) Subject: Fix typo in release steps. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf6349a036e427e20f9c9fa7d97b4177abca87c9;p=thirdparty%2Fgettext.git Fix typo in release steps. --- diff --git a/Admin/release-steps b/Admin/release-steps index 100e4e2c2..9ad0a636b 100644 --- a/Admin/release-steps +++ b/Admin/release-steps @@ -268,8 +268,8 @@ We assume that the following environment variables are set: If necessary, produce variants with higher compression (takes 7 minutes): - gzip -d -c < gettext-$CURRENT_VERSION-*.tar.gz | xz -c -e > gettext-$CURRENT_VERSION-*.tar.xz - gzip -d -c < gettext-$CURRENT_VERSION-*.tar.gz | lzip -c -9 > gettext-$CURRENT_VERSION-*.tar.lz + gzip -d -c < gettext-$CURRENT_VERSION.tar.gz | xz -c -e > gettext-$CURRENT_VERSION.tar.xz + gzip -d -c < gettext-$CURRENT_VERSION.tar.gz | lzip -c -9 > gettext-$CURRENT_VERSION.tar.lz Add a git tag (an annotated tag, not a lightweight tag):