doc: minor adjustment to README-release
authorJim Meyering <meyering@redhat.com>
Sun, 7 Feb 2010 11:24:07 +0000 (12:24 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 7 Feb 2010 11:24:07 +0000 (12:24 +0100)
* README-release: Tweak description, to sync from coreutils.

README-release

index 662c2b2dda9773c841854fff3ea22d3a6bc3c3e3..f336ac8e8910db8c2bea5b3c3e51723d27d59e3f 100644 (file)
@@ -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.