mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02: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.
(cherry picked from commit da36c34db7
)
This commit is contained in:
parent
e3a8e43600
commit
e7dbf0fc0a
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
# vim: set filetype=bash:
|
# vim: set filetype=bash:
|
||||||
#!nix shell .#changelog-d --command bash
|
#!nix shell .#changelog-d --command bash
|
||||||
|
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
# --- CONFIGURATION ---
|
# --- CONFIGURATION ---
|
||||||
|
|
||||||
# This does double duty for
|
# This does double duty for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue