Skip to content

Commit f785bc8

Browse files
Update update-version.sh
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 9eb7af3 commit f785bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Update version across POMs and JBang scripts
44
# Usage: ./update-version.sh FROM_VERSION TO_VERSION [--dry-run]
55

6-
set -e # Exit on error
6+
set -euo pipefail # Exit on error, unset var, and pipe failure
77

88
FROM_VERSION=$1
99
TO_VERSION=$2

0 commit comments

Comments
 (0)