Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from magneticio/gordon/exit-on-failure
Browse files Browse the repository at this point in the history
Exit if the final result of any command or pipeline is a failure
  • Loading branch information
gordonsyme authored Sep 2, 2021
2 parents 823b52e + a2e4565 commit 511aee6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions semver_version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -e

version_input="git"
version_output="git"
version_increment_type=""
Expand Down

0 comments on commit 511aee6

Please sign in to comment.