We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a6d17 commit 61f1e4aCopy full SHA for 61f1e4a
.travis.yml
@@ -43,7 +43,7 @@ deploy:
43
skip_cleanup: true
44
token: "$GITHUB_TOKEN"
45
target_branch: dev
46
- commit_message: "updated changelogs \n [skip ci]"
+ commit_message: "${TEST} updated changelogs \n [skip ci]"
47
committer_from_gh: true
48
on:
49
branch: dev
release.sh
@@ -58,7 +58,7 @@ if [ "$BRANCH" == "dev" ] || [ "$BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUES
58
# changelog
59
# git add CHANGELOG.md
60
echo "hello world" > hello.txt
61
- # export TEST=false
+ export TEST="version 1.0.4"
62
63
hub release create "$new_tag" -m "$new_tag" || true
64
fi
0 commit comments