diff --git a/update-version.sh b/update-version.sh index b0aa132..d00047e 100755 --- a/update-version.sh +++ b/update-version.sh @@ -1,5 +1,5 @@ #/usr/bin/env bash - +set -euo pipefail # This script updates the version number in the README.md files of all modules # to the latest tag in the repository. It is intended to be run from the root # of the repository or by using the `bun update-version` command.