ceph / ceph-medic

find common issues in ceph clusters
MIT License
22 stars 18 forks source link

adds setup.py bump and setup.py release commands #38

Closed andrewschoen closed 7 years ago

andrewschoen commented 7 years ago

These are commands that automate some of the upstream release process. The bump command will update the version in ceph_medic/init.py and the release command will create a new tag, push it to github and release to pypi.

Signed-off-by: Andrew Schoen aschoen@redhat.com