diff options
| author | Jeff Carr <[email protected]> | 2024-11-13 17:45:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-13 17:45:51 -0600 |
| commit | 3502ea0b5b2fb088f856a9734ef8eb763f472a95 (patch) | |
| tree | 5ce01afcb30fbcc288870af6bc55ae305e2faae7 /globalDisplayOptions.go | |
| parent | fcd132c109ed4f1ecf4348a6fdc85092973fbb97 (diff) | |
clean releasebox
Diffstat (limited to 'globalDisplayOptions.go')
| -rw-r--r-- | globalDisplayOptions.go | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/globalDisplayOptions.go b/globalDisplayOptions.go index 69dd5ad..514a48f 100644 --- a/globalDisplayOptions.go +++ b/globalDisplayOptions.go @@ -67,6 +67,7 @@ func globalDisplayOptions(box *gui.Node) { group1 = vbox.NewGroup("prep for release") grid := group1.RawGrid() + /* var longB *gui.Node longB = grid.NewButton("generate go.sum files", func() { me.Disable() @@ -88,16 +89,8 @@ func globalDisplayOptions(box *gui.Node) { longB.Disable() } }) - - me.setBranchesToMasterB = grid.NewButton("set all branches to master", func() { - me.Disable() - defer me.Enable() - if setAllBranchesToMaster() { - // if it succeeds, disable this button - me.setBranchesToMasterB.Disable() - } - }) grid.NextRow() + */ grid.NewButton("make prepare-release", func() { loop := me.repos.View.ReposSortByName() @@ -112,6 +105,7 @@ func globalDisplayOptions(box *gui.Node) { repo.Status.IncrementRevisionVersion("Nov 2024 test") } } + findNext() }) grid.NextRow() |
