Author: dagolden Date: Wed Jul 1 10:50:26 2009 New Revision: 12992 Modified: ExtUtils-ParseXS/trunk/devtools/release_instructions.pod
Log: update release instructions Modified: ExtUtils-ParseXS/trunk/devtools/release_instructions.pod ============================================================================== --- ExtUtils-ParseXS/trunk/devtools/release_instructions.pod (original) +++ ExtUtils-ParseXS/trunk/devtools/release_instructions.pod Wed Jul 1 10:50:26 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
