summaryrefslogtreecommitdiff
path: root/findNext.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-12 14:52:13 -0500
committerJeff Carr <[email protected]>2025-09-12 14:52:13 -0500
commit63dc802ded383a6681ad08562ca1eeccfdebfa38 (patch)
tree2d9868afbfb830e84bb584cf2fa16b9892b578ce /findNext.go
parentfd2254cd72ed2f74bd4133fd1db7fc0324f9f872 (diff)
add tag check to doRelease()
Diffstat (limited to 'findNext.go')
-rw-r--r--findNext.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/findNext.go b/findNext.go
index 1389168..6c6b6b8 100644
--- a/findNext.go
+++ b/findNext.go
@@ -1,4 +1,3 @@
-// This is a simple example
package main
import (
@@ -116,6 +115,7 @@ func findNext() bool {
setCurrentRepo(check, "should be good to release", "pretty sure")
return true
}
+
if findCounter == 0 {
log.Info("NOTHING TO UPDATE. findCounter =", findCounter, "found len =", me.found.Len())
if me.found.Len() == 0 {
@@ -159,7 +159,6 @@ func setCurrentRepo(check *gitpb.Repo, s string, note string) bool {
me.release.status.SetText(s)
me.release.notes.SetText(note)
// me.release.openrepo.Enable()
-
return true
}