Difference between revisions of "BMO/new-version"

From MozillaWiki
< BMO
Jump to: navigation, search
(Status and Release Flags: break out milestones and versions)
(Update Firefox Release Health Page: fix language)
Line 5: Line 5:
 
= Update Firefox Release Health Page =
 
= Update Firefox Release Health Page =
  
You will update the configuration file in:
+
Update the configuration file in:
  
 
https://github.com/mozilla/releasehealth/blob/master/js/bzconfig.json
 
https://github.com/mozilla/releasehealth/blob/master/js/bzconfig.json
  
Using a fork of the project, create a pull request which increments the version numbers.  
+
Using a fork of the project, create a pull request which increments the version numbers.
  
 
= Adding a new "rapid release" version to Firefox/Core/Thunderbird =  
 
= Adding a new "rapid release" version to Firefox/Core/Thunderbird =  

Revision as of 07:45, 22 September 2017

Note: These activities should be completed before or at the same time we have the merge for the next major release of Firefox.
Warning signWarning: There are several steps to the process and care must be taken.

Update Firefox Release Health Page

Update the configuration file in:

https://github.com/mozilla/releasehealth/blob/master/js/bzconfig.json

Using a fork of the project, create a pull request which increments the version numbers.

Adding a new "rapid release" version to Firefox/Core/Thunderbird

Bugzilla Ticket

During the days before a merge date check in with the Release Management team and ask when they want to increment the fields.

  1. Look for a bug with the title release tracking flag refresh (version)
  2. If you don't find it, clone the bug for the most recent version
  3. If you still can't find it create a BMO:: Administration bug to track the new versions/milestones
  4. Use subject: release tracking flag refresh (version)

Status and Release Flags

The flags for release status and tracking are created with the release tracking flags administration page, not the "custom fields" page.

  • Create a copy of the current release's version of the following flags, updating the name and sort-order:
    • copy cf_tracking_firefoxN to cf_tracking_firefoxN+1
    • copy cf_status_firefoxN to cf_status_firefoxN+1

Verify who can modify these. Only members of the mozilla-next-drivers group may set a tracking flag to something other than ?. Members of the canconfirm group can set status flags or set a tracking flag to ?.

  • Check with the Thunderbird team on the #MailDev channel about the Thunderbird status and tracking flags
    • copy cf_tracking_thunderbirdN to cf_tracking_thunderbirdN
    • copy cf_status_thunderbirdN to cf_status_thunderbirdN

TODO: Do we still need to deactivate previous versions?

  • edit the flags for previous (now released) versions (N-4) and uncheck 'active':
    • cf_tracking_firefox25
    • cf_status_firefox25
    • cf_tracking_thunderbird25
    • cf_status_thunderbird25

TODO: Do we deactivate versions here, do we still increment next version by two?

  • update cf_blocking_fennec (which is tracking-fennec in the UI) (add N+2, disable N-4):
    • add "32+"
    • disable "25+"
  • update cf_tracking_firefox_relnote (which is relnote-firefox in the UI) (add N+1, disable N-4 except for ESR)
    • add "31+"
    • disable "25+" (unless this is the current ESR version)

TODO: Is this only updated with a new ESR?

  • update the current esr tracking field: cf_tracking_firefox_esr* (add N+2)
    • add "32+"

Milestones

Use the milestone admin page add new milestones.

The template strings listed may not be the only forms of string in the lists of milestones.

Move the --- milestone marker to between N-1 and N for all products where a milestone was added:

TODO: What's missing from this list? What should be removed?

TODO: Do we still need a separate notification from sheriffs to do this?

Needinfo :Tomcat to let you know when to proceed with moving the milestone markers.

Versions

Use the version admin page to add new versions.

TODO: What's missing from this list? What should be removed?

  • Android Background Services: "Firefox 30"
  • Chat Core "30"
  • Core: "30 Branch"
  • Firefox: "30 Branch"
  • Firefox for Android: "30 Branch"
  • Firefox Health Report: "30 Branch"
  • Instantbird "30"
  • MailNews Core: "30"
  • Mozilla QA: "Firefox 30"
  • Tech Evangelism: "Firefox 30"
  • Testing: "30 Branch"
  • Thunderbird: "30 Branch"
  • Toolkit: "30 Branch"

Adding a "rapid release" version to SeaMonkey

To determine the correct version number to add, check with a SeaMonkey owner first (Callek, or any member of the SeaMonkey Council).

these steps use 2.27 as an example.

use the release tracking flags admin page to:

  • copy the prior flags and edit as per firefox
    • copy cf_tracking_seamonkey226 to cf_tracking_seamonkey_227
    • copy cf_status_seamonkey226 to cf_status_seamonkey_227
  • deactivate old flags for previous (now released) versions (N-4)
    • deactivate cf_tracking_seamonkey223 and cf_status_seamonkey223

use the milestone admin page to:

  • add a new milestone "seamonkey2.27"
  • move the --- milestone marker to between seamonkey2.26 and seamonkey2.27

use the version admin page to:

  • add a new version "SeaMonkey 2.27 Branch"