Skip to content

Commit

Permalink
test8
Browse files Browse the repository at this point in the history
  • Loading branch information
samirsilwal committed Mar 21, 2021
1 parent 61f1e4a commit 6f18baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ if [ "$BRANCH" == "dev" ] || [ "$BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUES
echo "Bumping the version: ${last_tag} -> ${new_tag}"
git tag "${new_tag}"

# changelog
# git add CHANGELOG.md
changelog
git add CHANGELOG.md
echo "hello world" > hello.txt
export TEST="version 1.0.4"

Expand Down

0 comments on commit 6f18baa

Please sign in to comment.