- Install:
pip install bump2version - Bump version:
bump2version patch --new-version=2.0.4 - Push the release commit:
git push --follow-tags - Wait for Travis to build at https://www.travis-ci.com/adobe/ops-cli:
- This will publish a release to https://github.com/adobe/ops-cli/releases
- Publish a new docker image version to https://hub.docker.com/r/adobe/ops-cli
- Open a new
devcycle: e.gbump2version patch --new-version=2.0.5dev