Added -e flag, to terminate prepare_release script if there are any errors

This commit is contained in:
Martin Evans 2024-01-06 00:58:12 +00:00
parent c38bc0a342
commit 072873a8a1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
is_minor="$1" # type is "minor" or "patch"
is_patch="$2" # type is "minor" or "patch"