From 67391ef123331aee5c97ab8b3d1feba84de17940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Mon, 15 Jul 2024 12:16:19 +0200 Subject: [PATCH] feat(go-semantic-release): deprecate Cloud Build helper --- tools/sggosemanticrelease/tools.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/sggosemanticrelease/tools.go b/tools/sggosemanticrelease/tools.go index f6d54934..8dd5cdf9 100644 --- a/tools/sggosemanticrelease/tools.go +++ b/tools/sggosemanticrelease/tools.go @@ -24,6 +24,7 @@ func Command(ctx context.Context, args ...string) *exec.Cmd { } // ReleaseFromCloudBuildCommand creates a semantic release with optional extra arguments to semantic-release. +// Deprecated: This helper will be removed in a coming release. Copy it if you still need it. func ReleaseFromCloudBuildCommand(ctx context.Context, ci bool, repo string, extraArgs ...string) *exec.Cmd { args := []string{ "--allow-initial-development-versions",