summaryrefslogtreecommitdiff
path: root/doRelease.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-22 21:34:46 -0600
committerJeff Carr <[email protected]>2024-11-22 21:34:46 -0600
commit24e942df16754df52ad6a921a56f66eeca00e3b1 (patch)
treec74a254cff59314834fe45b506185a12d1cc9c42 /doRelease.go
parente8b8316f234026c6ece35ddc5f21609053a389a4 (diff)
todo: enforce this in setTargetVersion()v0.22.20
Diffstat (limited to 'doRelease.go')
-rw-r--r--doRelease.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/doRelease.go b/doRelease.go
index 9cdd6d3..e9eef6a 100644
--- a/doRelease.go
+++ b/doRelease.go
@@ -34,7 +34,6 @@ func doRelease() bool {
log.Info("go.mod disappeared. need to run go mod init and go mod tidy here:", pwd)
shell.RunRealtime([]string{"go", "mod", "init"})
shell.RunRealtime([]string{"go", "mod", "tidy"})
- return false
}
curName := me.current.Status.GetCurrentBranchName()