Skip to content

Commit 1e248e2

Browse files
committed
change documentation
1 parent bc00146 commit 1e248e2

File tree

1 file changed

+3
-2
lines changed
  • docs/input/docs/learn/branching-strategies/githubflow

1 file changed

+3
-2
lines changed

docs/input/docs/learn/branching-strategies/githubflow/examples.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ configured to use _continuous deployment_ the version would be `2.0.0`.
5454

5555
## Release Branches
5656

57-
Release branches are used for major and minor releases to stabilize a RC
58-
(Release Candidate) or to integrate features (in parallel) targeting different
57+
Release branches are used for major, minor and patch releases to stabilize a RC
58+
(Release Candidate) or to integrate features/hotfixes (in parallel) targeting
59+
different
5960
iterations. Release branches are taken from `main` and will
6061
be merged back afterwards. Finally the `main` branch is tagged with the
6162
released version.

0 commit comments

Comments
 (0)