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