Skip to content

Commit

Permalink
Update commit command
Browse files Browse the repository at this point in the history
  • Loading branch information
cham11ng committed Mar 16, 2021
1 parent 6c84ebc commit f1e9396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ compare_and_release() {
git config --global user.name "Travis CI"

git add CHANGELOG.md
git commit -v --edit -m "${NEXT} Release :tada: :fireworks: :bell:" -m "[skip ci]"
git commit -v -m "${NEXT} Release :tada: :fireworks: :bell:" -m "[skip ci]"

git remote rm origin
# Add new "origin" with access token in the git URL for authentication
Expand Down

0 comments on commit f1e9396

Please sign in to comment.