Make the release steps less prone to interpretation :)
Shawn M Moore [Fri, 18 Dec 2009 18:05:42 +0000 (13:05 -0500)]
lib/Moose/Manual/Contributing.pod

index cab9a87..2b2db45 100644 (file)
@@ -224,7 +224,8 @@ defend your change.
     git checkout stable
     git merge master # must be a fast forward
     git push both
-    # ship & tag
+    shipit # does not ship the tarball, but does everything else
+    cpan-upload ~/shipit-dist/Moose-X.YZ.tar.gz
 
 Development releases are made without merging into the stable branch.