summaryrefslogtreecommitdiff
path: root/doRelease.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-17 06:26:25 -0600
committerJeff Carr <[email protected]>2024-11-17 06:26:25 -0600
commite2fcd1cc2bb8b73159abcd11dba06eaf85a0c5d0 (patch)
tree8fac5eaa7579120061a052ce26695418a3adff28 /doRelease.go
parente5fb8f6b1baae74d3aa9b969e12f1320faba2746 (diff)
maybe exit if actually done?v0.22.17
Diffstat (limited to 'doRelease.go')
-rw-r--r--doRelease.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/doRelease.go b/doRelease.go
index b90826d..55ff7df 100644
--- a/doRelease.go
+++ b/doRelease.go
@@ -117,6 +117,8 @@ func doRelease() bool {
// attempt to find another repo to release
if !doReleaseFindNext() {
log.Info("doReleaseFindNext() could not find a new")
+ log.Info("THIS PROBABLY MEANS THAT ACTUALLY WE ARE TOTALLY DONE?")
+ os.Setenv("FindNextDone", "true")
return false
}
log.Info("GOOD TO RUN ANOTHER DAY ON:", me.current.Name())