From 4edcfa21f1d0a1443dccb3a53c67bc32780c08e3 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Mon, 7 Apr 2025 01:43:26 +0200 Subject: [PATCH] maintainers/release-notes: Let it fail Fail when a command fails. Basic error handling was missing, which would lead to errors getting obscured a bit by subsequent successful logging. (cherry picked from commit da36c34db7fb389440f9c25bb7fcd7253c069cb7) --- maintainers/release-notes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maintainers/release-notes b/maintainers/release-notes index 0cdcd517b..6586b22dc 100755 --- a/maintainers/release-notes +++ b/maintainers/release-notes @@ -2,6 +2,8 @@ # vim: set filetype=bash: #!nix shell .#changelog-d --command bash +set -euo pipefail + # --- CONFIGURATION --- # This does double duty for