[svn:parrot] r48138 - trunk/docs/project

darbelo at svn.parrot.org darbelo at svn.parrot.org
Tue Jul 20 22:47:17 UTC 2010


Author: darbelo
Date: Tue Jul 20 22:47:16 2010
New Revision: 48138
URL: https://trac.parrot.org/parrot/changeset/48138

Log:
Add a step for computing SHA1 sums to the Release Manager Guide.

Modified:
   trunk/docs/project/release_manager_guide.pod

Modified: trunk/docs/project/release_manager_guide.pod
==============================================================================
--- trunk/docs/project/release_manager_guide.pod	Tue Jul 20 22:26:52 2010	(r48137)
+++ trunk/docs/project/release_manager_guide.pod	Tue Jul 20 22:47:16 2010	(r48138)
@@ -261,6 +261,10 @@
 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
+
 =item 10.
 
 Update the website. You will need an account with editor rights


More information about the parrot-commits mailing list