chore(bump-pkg): stop on errors
This commit is contained in:
parent
ae6416c4d2
commit
8882f1b019
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
if [ $# -eq 0 ] || [ "$1" = "-h" ]
|
||||
then
|
||||
echo "Usage: $0 <package> <version>"
|
||||
|
Loading…
Reference in New Issue
Block a user