From 2d118d3ae7399c435f8327c8fcee8240824d8edd Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 28 Jan 2025 11:36:06 -0600 Subject: worked pretty well last release --- doRelease.go | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doRelease.go') 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 -- cgit v1.2.3