From: Jesse Luehrs Date: Tue, 15 Jun 2010 16:06:18 +0000 (-0500) Subject: mention a couple extra release steps X-Git-Tag: 1.08~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba64b156a21cb587b0ce3959f8d57637996fd28a;p=gitmo%2FMoose.git mention a couple extra release steps --- diff --git a/lib/Moose/Manual/Contributing.pod b/lib/Moose/Manual/Contributing.pod index 05a8e5a..73ae264 100644 --- a/lib/Moose/Manual/Contributing.pod +++ b/lib/Moose/Manual/Contributing.pod @@ -233,6 +233,8 @@ defend your change. git checkout master # edit for final version bumping, changelogging, etc # prepare release (test suite etc) + perl-reversion -bump + make manifest git commit git checkout stable git merge master # must be a fast forward