From 91dab51152d8ff602df60549bf7861c2dc84167a Mon Sep 17 00:00:00 2001 From: Joao Marcal Date: Fri, 12 Apr 2024 17:40:20 +0100 Subject: [PATCH] chore(operator): set release-as to avoid commit done in #12348 (#12596) --- operator/release-please-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/operator/release-please-config.json b/operator/release-please-config.json index 7fbd4eabf8a1..049881dca8db 100644 --- a/operator/release-please-config.json +++ b/operator/release-please-config.json @@ -1,5 +1,5 @@ { - "bootstrap-sha": "d298093baa58fd31e1fe73544cea0408eb744710", + "bootstrap-sha": "c025fb003a3071130b659fe47ed0edf7c7c0fdb2", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "include-component-in-tag": true, @@ -7,6 +7,7 @@ "tag-separator": "/", "packages": { "operator": { + "release-as": "0.6.1", "component": "operator", "release-type": "go", "pull-request-title-pattern": "chore(${component}): community release ${version}",