From 4d6014a9b5f155bae1212b19fe0f8cc1a1a8ebae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Tue, 20 Feb 2024 20:52:54 +0100 Subject: [PATCH] feat(go-semantic-release): bump to v2.30.0 --- tools/sggosemanticrelease/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sggosemanticrelease/tools.go b/tools/sggosemanticrelease/tools.go index c7dc66d0..f6d54934 100644 --- a/tools/sggosemanticrelease/tools.go +++ b/tools/sggosemanticrelease/tools.go @@ -15,7 +15,7 @@ import ( const ( name = "go-semantic-release" - version = "2.28.0" + version = "2.30.0" ) func Command(ctx context.Context, args ...string) *exec.Cmd {