build: make release target abort on failure
Alan Pearce alan@alanpearce.eu
Mon, 24 Mar 2025 14:37:42 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M justfile → justfile
@@ -52,6 +52,7 @@ sd 'h=v.+$' "h=v$VER" nix/modules/default.nix release: clean-workdir changelog update-nix-package-version #!/bin/sh + set -eu VERSION=$(convco version --bump --print-prefix) git add CHANGELOG.md nix/package.nix nix/modules/default.nix git commit -m "chore: release ${VERSION}"