Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.15 KB

release.rst

File metadata and controls

31 lines (19 loc) · 1.15 KB

Release Selector

This command configures the tree in preparation for doing a staging release, and pushes the result to try. The changes that that are made include:

  • Updating the version number.
  • Applying the migrations that are done as part of merge day.
  • Disabling repacking most locales. (This can be disabled by passing --no-limit-locales).

For staging a beta release, run the following (with an appropriate version number):

$ mach try release --version 64.0b5 --migration central-to-beta

For staging a final release (rc or patch), run the following (with an appropriate version number)

$ mach try release --version 64.0 --migration central-to-beta --migration beta-to-release

Once the decision task is on the push is complete, you can start the release through staging ship-it instance[1].

Note

If pushing from beta or release, the corresponding migration should not be passed, as they have already been applied.

[1]This is only available to release engineering and release management (as of 2018-10-15).