75
edits
Beurdouche (talk | contribs) (Clarify →Upgrading mozilla-central) |
Beurdouche (talk | contribs) (Clarify →Prepare repo for next version) |
||
| Line 76: | Line 76: | ||
===== Prepare repo for next version ===== | ===== Prepare repo for next version ===== | ||
# On the default branch. | |||
# Increment the version number (to 3.27 in this example) and set the beta flag again. | # Increment the version number (to 3.27 in this example) and set the beta flag again. | ||
# (if you are on the default branch, the beta flag should already be set and only a version increment should happen.) | |||
## <code>$ python automation/release/nss-release-helper.py set_beta</code> | ## <code>$ python automation/release/nss-release-helper.py set_beta</code> | ||
## <code>$ python automation/release/nss-release-helper.py set_version_to_minor_release 3 27</code> | ## <code>$ python automation/release/nss-release-helper.py set_version_to_minor_release 3 27</code> | ||
edits