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 e79c29c commit af2bf43Copy full SHA for af2bf43
.travis.yml
@@ -60,9 +60,9 @@ matrix:
60
if: type IN (pull_request)
61
62
- stage: release
63
- env: MAJOR_RELEASE=true
+ # env: MAJOR_RELEASE=true
64
# it would be nice to map github labels instead
65
- # env: RELEASE_TAG=0.3.0
+ env: RELEASE_TAG=0.4.0
66
if: type IN (push)
67
script:
68
- ./scripts/git-release.sh
@@ -80,4 +80,4 @@ after_install:
80
# addons:
81
# apt:
82
# packages:
83
-# - docker-ce=17.05.0~ce-0~ubuntu-trusty
+# - docker-ce=17.05.0~ce-0~ubuntu-trusty
0 commit comments