summaryrefslogtreecommitdiff
path: root/doRelease.go
diff options
context:
space:
mode:
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())