gitflow-avh icon indicating copy to clipboard operation
gitflow-avh copied to clipboard

can we use git-flow in support branch?

Open esseti opened this issue 5 years ago • 1 comments

We are using support branches for LTS baiscally. it would be good to have the same principle and commands for features/hotfix/releases (or just one of these) that starts from the current branch. I guess releases would be the right candidate.

An example branch: support/3.2.X git describe: 3.2.1

(i'm in the support/3.2.X branch) git flow start release 3.2.2 this will start from support/3.2.X and will merge to that branch when over.

Basically it uses the support branch as the master.

Is it feasible? or what should be the strategy to add a new relase in a support branch?

esseti avatar Apr 09 '20 15:04 esseti

I am interested in this, too ; )

cz-dev-ge avatar Jul 27 '20 09:07 cz-dev-ge