Skip to content

Commit

Permalink
feat(go-semantic-release): deprecate Cloud Build helper
Browse files Browse the repository at this point in the history
  • Loading branch information
odsod committed Jul 29, 2024
1 parent e226953 commit 67391ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/sggosemanticrelease/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 67391ef

Please sign in to comment.