diff --git a/.travis.yml b/.travis.yml index fccaa23..742affc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,6 @@ language: python services: - docker -branches: - only: - - master - env: - BOTO_CONFIG=/dev/null python: diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..42d0208 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,9 @@ +# Release + +1. Install: `pip install bump2version` +2. Bump version: `bump2version minor` +3. Push the release commit: `git push --follow-tags` +4. 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 +