Differences between revisions 2 and 12 (spanning 10 versions)
Revision 2 as of 2006-12-17 23:49:20
Size: 362
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 3: Line 3:
 * Build from dist tarball passes tests
Line 4: Line 5:
 * Build from untar passes tests  * Pushed
Line 6: Line 7:
 * WhatsNew updated
 * UpgradeNotes updated
 * Mercurial/News updated
 * Ping mercurial-packaging@selenic.com
* WhatsNew updated from UpcomingReleaseNotes
 * UpgradeNotes updated from UpcomingReleaseNotes
 * [[Mercurial/NewsItems]] updated
Line 12: Line 14:
Obsoleted:
 * Tarball contains all relevant files
 * Version numbers for Mac and Windows installers correct
Release message template:
Line 16: Line 16:
  {{{
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)
}}}

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)