Browse Source

Formatting of error return

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

+ 2
- 1
.github/prepare_release.sh View File

@@ -44,7 +44,8 @@ if [[ $type == "minor" ]]; then
updated_version="${version%%.*}.$b.0"
echo "Updated version: $updated_version"
else
echo "Invalid version format" exit 1
echo "Invalid version format"
exit 1
fi
elif [[ $type == "patch" ]]; then
regex="([0-9]+)$"


Loading…
Cancel
Save