On Mon, Mar 24, 2014 at 5:27 PM, Gisle Aas <gi...@activestate.com> wrote:

> My release procedure has been:
>
>   - Increment version number in Makefile.PL
>   - Check that all updated module files have a version number that match
> the new release: grep VERSION $(git diff --name-only 6.05)
>   - Paste "git shortlog -n 6.05.." into the Changes file, and edit it
> until it looks good (enough).
>   - make dist
>   - upload the tarball
>
>
>
>
I would suggest that you create a file called release_process, put the
above in it, commit to repo (or add to the README or whatever appropriate
file), so the knowledge doesn't get lost.

mike

Reply via email to