From 63dc802ded383a6681ad08562ca1eeccfdebfa38 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 12 Sep 2025 14:52:13 -0500 Subject: add tag check to doRelease() --- findNext.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'findNext.go') 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 } -- cgit v1.2.3