mirror of
https://github.com/NixOS/nix.git
synced 2025-04-17 14:47:40 +00:00
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.
This commit is contained in:
parent
1dc7e6c4dc
commit
da36c34db7
@ -2,6 +2,8 @@
|
||||
# vim: set filetype=bash:
|
||||
#!nix shell .#changelog-d --command bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
# --- CONFIGURATION ---
|
||||
|
||||
# This does double duty for
|
||||
|
Loading…
Reference in New Issue
Block a user