Browse Source

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

tags/0.9.1
Martin Evans 2 years ago
parent
commit
072873a8a1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/prepare_release.sh

+ 1
- 1
.github/prepare_release.sh 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"


Loading…
Cancel
Save