summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-02 05:13:17 -0600
committerJeff Carr <[email protected]>2024-12-02 05:13:17 -0600
commitcfb4fb61bfab6e6816c0080b47d6a6d4b935cea2 (patch)
tree91be3748e0fb1c09cd0fa169d78ef65fc657fcb8 /main.go
parent02f7ee387ff083d5c39b3d99ec9defe3e66e3700 (diff)
more rewriting of old code
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index cc531e3..49cb28f 100644
--- a/main.go
+++ b/main.go
@@ -154,6 +154,9 @@ func main() {
}
me.Enable()
+ // set all branches to master & findNext()
+ makePrepareRelease()
+
// intermittently scans the status indefinitly
me.repos.View.Watchdog(func() {
log.Info("In main()")