Skip to content

Commit 8532cfb

Browse files
committed
[DOCS] - Added RELEASE.md
1 parent 3f85cc9 commit 8532cfb

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ language: python
33
services:
44
- docker
55

6-
branches:
7-
only:
8-
- master
9-
106
env:
117
- BOTO_CONFIG=/dev/null
128
python:

RELEASE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Release
2+
3+
1. Install: `pip install bump2version`
4+
2. Bump version: `bump2version minor`
5+
3. Push the release commit: `git push --follow-tags`
6+
4. Wait for Travis to build at https://www.travis-ci.com/adobe/ops-cli
7+
* This will publish a release to https://github.com/adobe/ops-cli/releases
8+
* Publish a new docker image version to https://hub.docker.com/r/adobe/ops-cli
9+

0 commit comments

Comments
 (0)