From: Jim Meyering Date: Sun, 7 Feb 2010 11:24:07 +0000 (+0100) Subject: doc: minor adjustment to README-release X-Git-Tag: v1.5~98 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a68cb1221c4989eb521b198ac340bcf5809dcd5c;p=debian%2Fgzip doc: minor adjustment to README-release * README-release: Tweak description, to sync from coreutils. --- diff --git a/README-release b/README-release index 662c2b2..f336ac8 100644 --- a/README-release +++ b/README-release @@ -13,7 +13,9 @@ Here are most of the steps we (maintainers) follow when making a release. * Ensure that you're on "master" with no uncommitted diffs. This should produce no output: git checkout master; git diff -* Run bootstrap: ./bootstrap +* Run bootstrap one last time. This downloads any new translations: + + ./bootstrap * Pre-release testing: Ensure that make check syntax-check succeeds.