Author: dagolden Date: Wed Jul 1 06:43:02 2009 New Revision: 12986 Modified: ExtUtils-CBuilder/trunk/devtools/release_instructions.pod
Log: updated release instructions Modified: ExtUtils-CBuilder/trunk/devtools/release_instructions.pod ============================================================================== --- ExtUtils-CBuilder/trunk/devtools/release_instructions.pod (original) +++ ExtUtils-CBuilder/trunk/devtools/release_instructions.pod Wed Jul 1 06:43:02 2009 @@ -36,15 +36,19 @@ $ svn ci -m "Changes - prep for release" -And we should now be ready for automated shipping: +Then update the metafiles and check in any changes -- this should only +be needed if something changes the Makefile.PL $ perl Build.PL $ Build distmeta + $ svn st + $ svn ci + +And we should now be ready for automated shipping: + $ publish-module -At the moment, for anyone but Eric Wilhelm, this will fail during -the 'scp_relay' stage, but the tarball exists and can be uploaded -to PAUSE using other means. +This produces a tarball, which must be manually uploaded to PAUSE =head2 After shipping
