Skip to content
uogbuji edited this page Oct 3, 2014 · 20 revisions

Amara3-xml developer notes

Release

You need Github & PyPI update access

#Update version
vi lib/version.py
#Upload to PyPI
python setup.py sdist upload
#Select tag name
export RELEASETAG=v3.0.0a3 #This works for bash. Tweak to taste.
#Tag release
git tag -am "Release of version $RELEASETAG" #Must be double, not single quotes
#Push the tag to Github
git push origin $RELEASETAG

Clone this wiki locally