Skip to content
jussimalinen edited this page Oct 15, 2012 · 11 revisions
  1. Update version.py

vim src/Rammbock/version.py

  1. write release_notes.txt

vim release_notes.rest

  1. Run gen_docs.py

python gen_docs.py

  1. Commit these

git commit -am "update version"

  1. Tag these

git tag 0.2.0

  1. Push changes and tags separately

git push

git push --tags

  1. Generate source distribution

python setup.py sdist

  1. Upload new files to github

dist/robotframework-rammbock-0.2.1.tar.gz

Rammbock-0.2.1.html

  1. Update the links to api docs from wiki home page and user guide.

  2. Register new version to Pypi

python setup.py register

  1. Have a nice beverage of your own choice
Clone this wiki locally