Skip to content

Commit 61f1e4a

Browse files
committed
test7
1 parent b9a6d17 commit 61f1e4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ deploy:
4343
skip_cleanup: true
4444
token: "$GITHUB_TOKEN"
4545
target_branch: dev
46-
commit_message: "updated changelogs \n [skip ci]"
46+
commit_message: "${TEST} updated changelogs \n [skip ci]"
4747
committer_from_gh: true
4848
on:
4949
branch: dev

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if [ "$BRANCH" == "dev" ] || [ "$BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUES
5858
# changelog
5959
# git add CHANGELOG.md
6060
echo "hello world" > hello.txt
61-
# export TEST=false
61+
export TEST="version 1.0.4"
6262

6363
hub release create "$new_tag" -m "$new_tag" || true
6464
fi

0 commit comments

Comments
 (0)