From 204ac6838a72ffab7421f6baaaf49b744b94b105 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 30 Jan 2024 16:09:58 +0300 Subject: [PATCH] Update update-version.sh Co-authored-by: Mathias Fredriksson --- update-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.