Skip to content

Commit

Permalink
Suppress output from git push
Browse files Browse the repository at this point in the history
  • Loading branch information
Piccirello committed Nov 13, 2019
1 parent 1109a8d commit a1fc0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pre-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ echo "Previous version: $PREV_VERSION"
# get git in order
git push --quiet
git tag -a "$VERSION" -m "$VERSION"
git push origin "$VERSION" # push only this tag
git push --quiet origin "$VERSION" # push only this tag

0 comments on commit a1fc0dd

Please sign in to comment.