Skip to content

Commit 6f18baa

Browse files
committed
test8
1 parent 61f1e4a commit 6f18baa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ if [ "$BRANCH" == "dev" ] || [ "$BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUES
5555
echo "Bumping the version: ${last_tag} -> ${new_tag}"
5656
git tag "${new_tag}"
5757

58-
# changelog
59-
# git add CHANGELOG.md
58+
changelog
59+
git add CHANGELOG.md
6060
echo "hello world" > hello.txt
6161
export TEST="version 1.0.4"
6262

0 commit comments

Comments
 (0)