From: Shawn M Moore Date: Fri, 18 Dec 2009 18:05:42 +0000 (-0500) Subject: Make the release steps less prone to interpretation :) X-Git-Tag: 0.93_01~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3ba78ad9ac359815646cd8db7556175b6d6ddb91;p=gitmo%2FMoose.git Make the release steps less prone to interpretation :) --- diff --git a/lib/Moose/Manual/Contributing.pod b/lib/Moose/Manual/Contributing.pod index cab9a87..2b2db45 100644 --- a/lib/Moose/Manual/Contributing.pod +++ b/lib/Moose/Manual/Contributing.pod @@ -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.