Skip to content

Commit

Permalink
[DOCS] - Added RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amuraru committed May 19, 2019
1 parent 3f85cc9 commit 8532cfb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ language: python
services:
- docker

branches:
only:
- master

env:
- BOTO_CONFIG=/dev/null
python:
Expand Down
9 changes: 9 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8532cfb

Please sign in to comment.