Make the release steps less prone to interpretation :)
[gitmo/Moose.git] / 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.