From d60a565d889461fb04063d831cd63334156cd091 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 29 Feb 2024 21:57:13 -0600 Subject: remove lots of old junk code --- doRelease.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doRelease.go') diff --git a/doRelease.go b/doRelease.go index 13e5208..f220927 100644 --- a/doRelease.go +++ b/doRelease.go @@ -63,7 +63,7 @@ func doRelease() bool { } log.Info("PUBLISH OK") - me.current.SetGoState("RELEASED") + // me.current.SetGoState("RELEASED") // unwind and re-tag. Now that the go.mod and go.sum are published, revert // to the development branch @@ -167,7 +167,7 @@ func doPublishVersion() bool { if err == nil { log.Info("SELF UPDATE OK. out =", out) log.Info("SELF UPDATE WORKED") - me.current.SetGoState("RELEASED") + // me.current.SetGoState("RELEASED") return true } return false -- cgit v1.2.3