Auto-tools/Projects/Mozmill/Release: Difference between revisions

note the fact that you have to tag
(→‎Release to AMO: note location of mozmill on AMO)
(note the fact that you have to tag)
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 ==
947

edits