Skip to content

Commit 13f32d3

Browse files
committed
use bash 'strict mode' for release script
1 parent e3e0a52 commit 13f32d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TAG_NAME=""
1111
RELEASE_BRANCH=""
1212

1313
# abort script if any command fails
14-
set -e
14+
set -euo pipefail
1515
trap ctrl_c INT
1616

1717
ctrl_c() {

0 commit comments

Comments
 (0)