From da36c34db7fb389440f9c25bb7fcd7253c069cb7 Mon Sep 17 00:00:00 2001
From: Robert Hensing <robert@roberthensing.nl>
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.
---
 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