Differences between revisions 10 and 12 (spanning 2 versions)
Revision 10 as of 2010-03-06 06:13:29
Size: 722
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 10: Line 10:
 * [[Mercurial/NewsItems]] updated
Line 11: Line 12:
 * [[Mercurial/NewsItems]] updated, link to [[http://selenic.com/pipermail/mercurial/|archives]]
Line 30: 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)