summaryrefslogtreecommitdiff
path: root/doRelease.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-29 21:57:13 -0600
committerJeff Carr <[email protected]>2024-02-29 21:57:13 -0600
commitd60a565d889461fb04063d831cd63334156cd091 (patch)
tree5304611c409461336dc30efd78877ed4358c1e50 /doRelease.go
parent5aa110ae8b5e643cdb40d8e8e415bf77d08ffd53 (diff)
remove lots of old junk codev0.21.1
Diffstat (limited to 'doRelease.go')
-rw-r--r--doRelease.go4
1 files changed, 2 insertions, 2 deletions
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