summaryrefslogtreecommitdiff
path: root/prepareRelease.go
diff options
context:
space:
mode:
Diffstat (limited to 'prepareRelease.go')
-rw-r--r--prepareRelease.go18
1 files changed, 10 insertions, 8 deletions
diff --git a/prepareRelease.go b/prepareRelease.go
index 469fa3e..a2ca20c 100644
--- a/prepareRelease.go
+++ b/prepareRelease.go
@@ -14,14 +14,16 @@ func makePrepareRelease() {
me.release.box.Disable()
defer me.Enable()
- if setAllBranchesToMaster() {
- // if it succeeds, disable this button
- me.setBranchesToMasterB.Disable()
- me.release.box.Enable()
- me.forge.PrintReleaseReport(me.found)
- } else {
- log.Info("setAllBranchesToMaster() failed")
- }
+ /*
+ if setAllBranchesToMaster() {
+ // if it succeeds, disable this button
+ me.setBranchesToMasterB.Disable()
+ me.release.box.Enable()
+ me.forge.PrintReleaseReport(me.found)
+ } else {
+ log.Info("setAllBranchesToMaster() failed")
+ }
+ */
// run this each time something gets published successfully
rePrepareRelease()