diff options
| author | Jeff Carr <[email protected]> | 2024-02-29 21:57:13 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-29 21:57:13 -0600 |
| commit | d60a565d889461fb04063d831cd63334156cd091 (patch) | |
| tree | 5304611c409461336dc30efd78877ed4358c1e50 /doRelease.go | |
| parent | 5aa110ae8b5e643cdb40d8e8e415bf77d08ffd53 (diff) | |
remove lots of old junk codev0.21.1
Diffstat (limited to 'doRelease.go')
| -rw-r--r-- | doRelease.go | 4 |
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 |
