fix: harden search and release safeguards
ci-release / verify (push) Successful in 34s
ci-release / publish-linux-amd64 (push) Has been skipped

This commit is contained in:
2026-07-25 21:04:54 +02:00
parent 918e081834
commit e0d7cbb29a
13 changed files with 680 additions and 234 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ fi
version="$1"
tag="v${version}"
if ! git diff --quiet || ! git diff --cached --quiet; then
if [[ -n "$(git status --porcelain)" ]]; then
echo "Refusing to release with uncommitted changes." >&2
exit 1
fi