Skip to content
Fotis Georgatos edited this page Dec 20, 2016 · 2 revisions

qtop.py usage guide

See: https://github.com/qtop/qtop/blob/master/docs/documentation.rst

qtop.py release instructions

Latest and greatest release process: after delivering in develop the right PRs, including updated CHANGELOG, README & version number

  • do version bumps etc, as per #274
  • git checkout develop
  • git push # develop should be pushed to origin now, to converge without issues
  • git checkout master
  • git merge origin develop
  • git branch -av ## git commit IDs should be equal among master and develop
  • git push # going live also for master
  • appoint a release tag now
  • also refresh pypi, with the latest and greatest
Clone this wiki locally