summaryrefslogtreecommitdiff
path: root/doRelease.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-28 11:36:06 -0600
committerJeff Carr <[email protected]>2025-01-28 11:36:06 -0600
commit2d118d3ae7399c435f8327c8fcee8240824d8edd (patch)
treef7c0dc79c127408e3b9334aa4eae58a6934ac1cd /doRelease.go
parent0ec680f2c3264d7121bb60a298e2c495a9709d4f (diff)
worked pretty well last releasev0.23.34v0.23.33
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