summaryrefslogtreecommitdiff
path: root/prepareRelease.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-22 12:19:43 -0500
committerJeff Carr <[email protected]>2025-10-22 12:19:43 -0500
commite0335f1f3d682531e20c87d488d51e7d522de9e3 (patch)
treed19390811e4c700e6f3cfc5147b323e9fcb45b5b /prepareRelease.go
parent8c7c8f0a7eda912a4ae6e3aae8801f5abb6a296b (diff)
more attempts to fix this
Diffstat (limited to 'prepareRelease.go')
-rw-r--r--prepareRelease.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/prepareRelease.go b/prepareRelease.go
index aacdb19..8ae8be1 100644
--- a/prepareRelease.go
+++ b/prepareRelease.go
@@ -225,9 +225,9 @@ func rePrepareRelease() {
}
}
- footer := me.found.PrintDefaultTB()
+ footer := me.found.PrintPublishTable()
log.Info("me.found len:", me.found.Len())
- log.Info("PrintTable() footer:", footer)
+ log.Info("PrintPublishTable() footer:", footer)
// todo: verify each found repo is on the master branch
for repo := range me.found.IterAll() {
if repo.CurrentBranchName != repo.MasterBranchName {