Differences between revisions 22 and 24 (spanning 2 versions)
Revision 22 as of 2012-11-01 22:50:15
Size: 1175
Editor: mpm
Comment:
Revision 24 as of 2016-04-16 23:02:19
Size: 1156
Editor: mpm
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * Check [[http://hgbuildbot.kublai.com/waterfall|buildbot]]  * Check [[https://buildbot.mercurial-scm.org/waterfall|buildbot]]
Line 15: Line 15:
 * Add [[http://bz.selenic.com/editversions.cgi?action=add&product=Mercurial|Bugzilla version]]  * Add [[https://bz.mercurial-scm.org/editversions.cgi?action=add&product=Mercurial|Bugzilla version]]
Line 17: Line 17:
 * WhatsNew updated from UpcomingReleaseNotes
 * UpgradeNotes updated from UpcomingReleaseNotes
 * WhatsNew updated
 * UpgradeNotes updated with any (BC) notes

Note:

This page is primarily intended for developers of Mercurial.

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 2025-02-28 16:08:03 by Pierre-YvesDavid)