We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f85cc9 commit 8532cfbCopy full SHA for 8532cfb
.travis.yml
@@ -3,10 +3,6 @@ language: python
3
services:
4
- docker
5
6
-branches:
7
- only:
8
- - master
9
-
10
env:
11
- BOTO_CONFIG=/dev/null
12
python:
RELEASE.md
@@ -0,0 +1,9 @@
1
+# Release
2
+
+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 commit comments