File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/input/docs/learn/branching-strategies/gitflow Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,9 +87,9 @@ be merged back afterwards. Finally the `main` branch is tagged with the
8787released version.
8888
8989Release branches can be used in the `GitFlow` as well as `GitHubFlow` workflow.
90- Sometimes you
91- want to start on a large feature which may take a while to stabilize so you want
92- to keep it off main. In these scenarios you can either create a long lived
90+ Sometimes you want to start on a large feature which may take a while
91+ to stabilize so you want to keep it off main.
92+ In these scenarios you can either create a long lived
9393feature branch (if you do not know the version number this large feature will go
9494into, and it's non-breaking) otherwise you can create a release branch for the
9595next major version. You can then submit pull requests to the long lived feature
You can’t perform that action at this time.
0 commit comments