Differences between revisions 6 and 7
Revision 6 as of 2009-05-21 22:23:22
Size: 1240
Comment:
Revision 7 as of 2009-06-29 21:55:39
Size: 1136
Comment: Removed old link
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * Mar 1st - [[http://www.selenic.com/pipermail/mercurial-devel/2009-January/010031.html|Feature freeze Feb 14th]]  * Mar 1st

Time-Based Release Plan

Up until version 1.1, Mercurial took a "when it's ready" approach to releases. As we mature, it probably makes sense to switch to a consistent release schedule. This will help us get bug fixes and new features into our user's hands more quickly, improve our planning process, and hopefully keep our development cycles from growing stagnant.

Mercurial now follows a 4-month cycle with the following release dates:

  • Mar 1st
  • July 1st
  • Nov 1st

In each cycle, we have:

  • -2 weeks: feature freeze
  • -2 weeks: bug-stomping sprint
  • -1 week: code freeze
  • -1 week: prerelease testing window with binaries available
  • -1 week: stable tracks tip until release
  • 0: major release
  • 1 month: Zero or more bugfix releases

Feature freeze: bug fixes, template fixes, doc fixes, and translation fixes only. Exceptions may be made for code that can be shown to have no regression or design impact (eg new convert back-ends).

Code freeze: regression bug fixes, doc fixes and translation fixes only. Exceptions will be made on a case-by-case bases for noteworthy bugs.

TimeBasedReleasePlan (last edited 2022-01-06 08:36:10 by RaphaelGomes)