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 15bb84c commit 8c2d8f0Copy full SHA for 8c2d8f0
.travis.yml
@@ -39,7 +39,7 @@ jobs:
39
- git checkout --force $TRAVIS_BRANCH
40
- git config gitflow.prefix.release release/
41
- git flow init --defaults
42
- script: sbt "^ release release-version $RELEASE_VERSION with-defaults"
+ script: sbt "release release-version $RELEASE_VERSION with-defaults"
43
# --message option is required to suppress editor prompt
44
after_success: git flow release finish --showcommands --push --message 'Release'
45
0 commit comments