We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc00146 commit 1e248e2Copy full SHA for 1e248e2
docs/input/docs/learn/branching-strategies/githubflow/examples.md
@@ -54,8 +54,9 @@ configured to use _continuous deployment_ the version would be `2.0.0`.
54
55
## Release Branches
56
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
+Release branches are used for major, minor and patch releases to stabilize a RC
+(Release Candidate) or to integrate features/hotfixes (in parallel) targeting
59
+different
60
iterations. Release branches are taken from `main` and will
61
be merged back afterwards. Finally the `main` branch is tagged with the
62
released version.
0 commit comments