From 0dbcaab30124ba8953b43fa86da84cb90bd419d3 Mon Sep 17 00:00:00 2001 From: Tanner Stirrat Date: Mon, 2 Mar 2026 08:37:20 -0700 Subject: [PATCH] chore: revert release append behavior in goreleaser --- .goreleaser.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index bc149fc1c..e396ef843 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -208,7 +208,11 @@ nightly: release: draft: false prerelease: "auto" - mode: "append" + # NOTE: this replaces the contents of the existing release with the same contents + the + # table of release artifacts. This means that if you edit the release while goreleaser + # is running, you'll lose the edits; the awkwardness here reflects that goreleaser + # expects that it's creating the release, rather than us creating the release manually. + mode: "replace" footer: | ## Docker Images This release is available at `authzed/spicedb:v{{ .Version }}`, `quay.io/authzed/spicedb:v{{ .Version }}`, `ghcr.io/authzed/spicedb:v{{ .Version }}`