canmove, Confirmed users, Bureaucrats and Sysops emeriti
4,754
edits
(→Release to AMO: note location of mozmill on AMO) |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 17: | Line 17: | ||
Make a bug and attach the patch for review. | Make a bug and attach the patch for review. | ||
== Tag the Version == | |||
Once the versions are bumped and committed to | |||
https://github.com/mozautomation/mozmill , the branch should be tagged | |||
with the appropriate version. As an example, for the hotfix-1.5 | |||
branch ( https://github.com/mozautomation/mozmill/tree/hotfix-1.5 ), | |||
the process looks like this: | |||
git pull --tags mozauto hotfix-1.5 | |||
git tag | |||
git tag 1.5.5 | |||
git push --tags mozauto hotfix-1.5 | |||
== Release to PyPi == | == Release to PyPi == | ||