Differences between revisions 21 and 22
Revision 21 as of 2012-10-25 21:19:56
Size: 1118
Editor: mpm
Comment:
Revision 22 as of 2012-11-01 22:50:15
Size: 1175
Editor: mpm
Comment:
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
 * tag and push PythonHglib if there are new changesets

/!\ This page is primarily intended for Mercurial's developers.

Release Checklist

Used by mpm to prepare releases.

Things to check:

Release message template:

To:     mercurial <mercurial@selenic.com>
Bcc:    lwn@lwn.net
Subject:        Mercurial 1.x released!

Full details here:

http://mercurial.selenic.com/wiki/WhatsNew

Available for download at:

http://mercurial.selenic.com/release/mercurial-1.x.tar.gz

Binaries releases to follow shortly.

Generating a list of new contributors:

comm -2 -3 <(hg log -r '1.5::' --template '{author|person}\n' | sort -u) <(hg log -r '::1.5.4' --template '{author|person}\n' | sort -u) 


CategoryProcess

ReleaseChecklist (last edited 2012-11-01 22:50:15 by mpm)