Skip to content

Commit

Permalink
[qa] in release script exit immediatly if a command exits with non-ze…
Browse files Browse the repository at this point in the history
…ro status
  • Loading branch information
EvanBldy committed Oct 2, 2023
1 parent 4201878 commit 6cc34df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set -e
git pull --rebase origin master
npm version patch
git push origin master --tag

0 comments on commit 6cc34df

Please sign in to comment.