[svn:parrot] r48154 - trunk/docs/project
coke at svn.parrot.org
coke at svn.parrot.org
Wed Jul 21 03:41:50 UTC 2010
Author: coke
Date: Wed Jul 21 03:41:50 2010
New Revision: 48154
URL: https://trac.parrot.org/parrot/changeset/48154
Log:
don't repeat yourself.
Modified:
trunk/docs/project/release_manager_guide.pod
Modified: trunk/docs/project/release_manager_guide.pod
==============================================================================
--- trunk/docs/project/release_manager_guide.pod Wed Jul 21 03:24:47 2010 (r48153)
+++ trunk/docs/project/release_manager_guide.pod Wed Jul 21 03:41:50 2010 (r48154)
@@ -262,9 +262,8 @@
bad idea to add a "highlights" section to draw attention to major new
features, just be sure to say the same thing in both text and HTML versions.
-Compute the SHA1 sum of the tarball and append it to the release announcement:
-
- $ sha1sum parrot-a.b.c.tar.gz
+Be sure to include the SHA1 sums of the tarballs in the release announcement;
+They're automatically generated by C<make release>.
=item 10.
More information about the parrot-commits
mailing list