Skip to content

Commit

Permalink
Update docs/input/docs/learn/branching-strategies/gitflow/examples.md
Browse files Browse the repository at this point in the history
Co-authored-by: Artur <artur.stolear@gmail.com>
  • Loading branch information
HHobeck and arturcic authored Jun 25, 2024
1 parent 8bf5b9c commit 7db8407
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ be merged back afterwards. Finally the `main` branch is tagged with the
released version.

Release branches can be used in the `GitFlow` as well as `GitHubFlow` workflow.
Sometimes you
want to start on a large feature which may take a while to stabilize so you want
to keep it off main. In these scenarios you can either create a long lived
Sometimes you want to start on a large feature which may take a while
to stabilize so you want to keep it off main.
In these scenarios you can either create a long lived
feature branch (if you do not know the version number this large feature will go
into, and it's non-breaking) otherwise you can create a release branch for the
next major version. You can then submit pull requests to the long lived feature
Expand Down

0 comments on commit 7db8407

Please sign in to comment.