From 27de3b0a123282a637899a46ce440467f5b17922 Mon Sep 17 00:00:00 2001 From: Francesco Canovai Date: Thu, 13 Aug 2026 17:27:53 +0200 Subject: [PATCH] fix: bump release to 0.0.20 Previous releases were generated as immutable. This breaks the workflow, since goreleaser attaches the artifacts after the release is created. Signed-off-by: Francesco Canovai --- release-please-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index db22cd91..3ff30f09 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -28,7 +28,7 @@ ".": {} }, "plugins": [ "sentence-case" ], - "release-as": "0.0.19", + "release-as": "0.0.20", "signoff": "Peggie ", "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" }