Differences between revisions 1 and 12 (spanning 11 versions)
Revision 1 as of 2006-12-08 02:01:20
Size: 387
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 1: Line 1:
 * Builds and tests correctly
 * Tarball contains all relevant files
 * Build from untar passes tests
 * Version numbers for Mac and Windows installers correct
Things to check:
Line 6: Line 3:
 * Build from dist tarball passes tests
Line 7: Line 5:
 * Pushed
Line 8: Line 7:
 * Release notes complete
 * Upgrade notes complete
 * Distro and platform packagers pinged
 * Wiki updated
 * Announcement sent to lists, LWN, etc., Freshmeat updated
 * Ping mercurial-packaging@selenic.com
 * WhatsNew updated from UpcomingReleaseNotes
 * UpgradeNotes updated from UpcomingReleaseNotes
 * [[Mercurial/NewsItems]] updated
 * Announcement sent to mercurial, lwn@lwn.net
 * Freshmeat entry updated
Line 14: Line 14:
Release message template:
Line 15: 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)