Jetpack/Release Process: Difference between revisions

Correct master branch's compatibility information
(Make the version identifier get syntax correct (eg $JPCV) for copy-paste friendliness)
(Correct master branch's compatibility information)
Line 157: Line 157:
  git tag $JPNV-dev
  git tag $JPNV-dev


Change the Firefox minVersion/maxVersion compatibility identifiers on the master branch to the values on the Firefox aurora/central branches.
Do NOT change the Firefox minVersion/maxVersion compatibility identifiers on the master branch at this point. Master branch maintains compatibility with all current Firefox development channels, from release to mozilla-central (eg, from Firefox 9.0 through 12.0a1). When the next version of Firefox ships three weeks from now, THEN you can bump compatibility numbers (eg, to 10.0/13.0a1).
 
Commit the changes:
 
git commit -a -m"update Firefox minVersion/maxVersion to aurora/central versions of Firefox"


Push the changes to the canonical repository, and push the JPNV-dev tag too:
Push the changes to the canonical repository, and push the JPNV-dev tag too:
Confirmed users
396

edits