Skip to content

Commit

Permalink
devtools/release_instructions.pod - notes from the last shipment
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.perl.org/modules/Module-Build/trunk@12489 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
ewilhelm committed Feb 9, 2009
1 parent 7eca62c commit 423a003
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions devtools/release_instructions.pod
@@ -0,0 +1,36 @@
This requires VCfs (on CPAN) and CPDK (not yet.)

Update and make sure you have no local changes or conflicts.

$ svn up

$ svn st

See what the last tag was:

$ svn_taglist | tail
...
0.31_02

Pull the logs since that tag and check the Changes file.

$ svn_logsincetag 0.31_02
...

$ edit Changes

If everything is good, just datestamp the version section at the top of
Changes (I use "r! date" then "kJ" in vim.)

$ svn ci -m "Changes - prep for release"

And we should now be ready for automated shipping:

$ publish-module

Now the release is out and tagged. Start a new version number

$ ./devtools/bump_version.pl

$ svn ci -m "Changes, lib/***.pm - bump version"

0 comments on commit 423a003

Please sign in to comment.