summaryrefslogtreecommitdiff
path: root/doRelease.go
diff options
context:
space:
mode:
Diffstat (limited to 'doRelease.go')
-rw-r--r--doRelease.go9
1 files changed, 6 insertions, 3 deletions
diff --git a/doRelease.go b/doRelease.go
index bfcd390..124156a 100644
--- a/doRelease.go
+++ b/doRelease.go
@@ -198,6 +198,8 @@ func doRelease() bool {
// run this each time something gets published successfully
rePrepareRelease()
+ findNext()
+
// attempt to find another repo to release
if !doReleaseFindNext() {
log.Info("doReleaseFindNext() could not find a new", findCounter)
@@ -233,9 +235,10 @@ func doReleaseFindNext() bool {
log.Info("boo, you didn't git clone", me.current.GetGoPath())
return false
}
- if findFix {
- fixGodeps(check)
- }
+ // took this out 2025-01-20. things were working perfectly before this
+ // if findFix {
+ // fixGodeps(check)
+ // }
if me.forge.FinalGoDepsCheckOk(check, false) {
// the go.sum file is ok to release
return true