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

Commit e252b49

Browse files
committed
chore(bin): make less error-tolerant
1 parent 555dcc9 commit e252b49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
set -e
4+
35
if [[ $# -eq 0 ]] ; then
46
echo "Missing argument of new version"
57
exit 1

0 commit comments

Comments
 (0)