Daniel Browning > Business-Shipping-0.77 > doc/new-release

Download:
Business-Shipping-0.77.tar.gz

Annotate this POD

CPAN RT

New  1
Open  2
View Bugs
Report a bug
Source  

DESCRIPTION ^

new-release - the Business::Shipping release script.

RELEASE STEPS ^

 # Remove the old tars
 rm -f Business-Shipping-*.tar.gz
 
 # Test it
 make test
 
 # Update the verision in Makefile.PL (if you haven't already)
 vi Makefile.PL
 
 # Update the CHANGELOG
 cvs diff | more
 vi CHANGELOG
 
 # Update the README
 make readme
 
 # Commit to CVS
 cvs commit
 
 # Upload to server.
 make tardist
 doc/new-release Business-Shipping-*.tar.gz
 
 # Update the versions in Makefile.PL and CHANGELOG