diff options
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 |
