Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit fdd6ad9

Browse files
committed
include set -e to exit on error
1 parent 99837b2 commit fdd6ad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
set -e
23

34
MINOR="$1"
45

0 commit comments

Comments
 (0)