Changes

Jump to: navigation, search

Auto-tools/Projects/Mozbase

151 bytes added, 23:22, 28 January 2013
Versioning: rewording
=== Versioning ===
* NOTE: you need to have a ''~/.pypirc '' file defined (username/password are account credentials for [http://pypi.python.org/pypi pypi.python.org]): * [server-login] * username:username * password:password
The major version should be bumped when the API changes in a non-backwards-compatible way or for other large conceptual changes. Otherwise, the minor version may be bumped. The version doesn't have to be bumped if there is no new release planned for PyPI.
python setup.py egg_info -RDb "" sdist register upload
and the [https://github.com/mozilla/mozbase github repository ] should be [http://git-scm.com/book/en/Git-Basics-Tagging tagged ] a la 'mozrunner-1.2'. If multiple package versions are bumped, then the same changeset should be tagged for each of the package versions bumped.
Tagging the version on [https://github.com/mozilla/mozbase github]:
git pull --tags mozilla master
==== Using versionbump.py ====
A script, versionbump.py, located athttps://github.com/mozilla/mozbase/blob/master/versionbump.py
has been written to perform the steps for
[https://wiki.mozilla.org/Auto-tools/Projects/MozBase#Versioning mozbase versioning]
947
edits

Navigation menu