-
Notifications
You must be signed in to change notification settings - Fork 50
Releasing
jussimalinen edited this page Oct 15, 2012
·
11 revisions
- Update version.py
vim src/Rammbock/version.py
- write release_notes.txt
vim release_notes.rest
- Run gen_docs.py
python gen_docs.py
- Commit these
git commit -am "update version"
- Tag these
git tag 0.2.0
- Push changes and tags separately
git push
git push --tags
- Generate source distribution
python setup.py sdist
- Upload new files to github
dist/robotframework-rammbock-0.2.1.tar.gz
Rammbock-0.2.1.html
-
Update the links to api docs from wiki home page and user guide.
-
Register new version to Pypi
python setup.py register
- Have a nice beverage of your own choice