RobWin / jgitflow-gradle-plugin

A Gradle Plugin which adds tasks to support the Gitflow Workflow.
Apache License 2.0
48 stars 44 forks source link

FinishRelease pushes all branches #33

Open olivierboudet opened 6 years ago

olivierboudet commented 6 years ago

When running finishRelease with pushRelease=true, all branches are pushed (including old ones, with no modifications).

When using Jenkins configured to trigger builds on branch modifications, a build for each branch will be triggered after a finishRelease tasks, which is useless.

Instead of pushing everything to the remote, should not the finishRelease task only push develop, master and the deleted ones ?

chenjianjx commented 5 years ago

Yes, this is a problem. It makes remote-deleted branches come back