Differences between revisions 9 and 12 (spanning 3 versions)
Revision 9 as of 2009-11-16 21:20:58
Size: 864
Editor: mpm
Comment:
Revision 12 as of 2010-07-01 14:36:43
Size: 853
Editor: mpm
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * -stable synced
Line 8: Line 7:
 * Ping release builders
   * Windows - sborho, lcantey
   * OS X - lcantey
   * Debian - Vincent Danjean
   * Ubuntu - Max Bowsher
   * Fedora - Neal Becker
 * Ping mercurial-packaging@selenic.com
Line 16: Line 10:
 * [[Mercurial/NewsItems]] updated
Line 17: Line 12:
 * [[Mercurial/NewsItems]] updated, link to [[http://selenic.com/pipermail/mercurial/|archives]]
Line 36: Line 30:

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)
}}}

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

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) 

ReleaseChecklist (last edited 2025-04-07 08:42:42 by RaphaelGomes)