Skip to content

Commit

Permalink
Exit on error
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Mar 13, 2023
1 parent 0483266 commit 8722cc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# exit when any command fails
set -e

echo "Before proceeding, please make sure you're on a clean branch with the commits you want to release (typically the master branch)."
echo ''

Expand Down

0 comments on commit 8722cc9

Please sign in to comment.