Skip to content

Commit 28c8c2e

Browse files
authored
Merge pull request #24993 from Arhell/fix-branch-name
fix branch name
2 parents 96469d5 + f41b214 commit 28c8c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/contribute/new-content/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ When opening a pull request, you need to know in advance which branch to base yo
4343
Scenario | Branch
4444
:---------|:------------
4545
Existing or new English language content for the current release | `master`
46-
Content for a feature change release | The branch which corresponds to the major and minor version the feature change is in, using the pattern `dev-release-<version>`. For example, if a feature changes in the `{{< latest-version >}}` release, then add documentation changes to the ``dev-{{< release-branch >}}`` branch.
46+
Content for a feature change release | The branch which corresponds to the major and minor version the feature change is in, using the pattern `dev-<version>`. For example, if a feature changes in the `{{< latest-version >}}` release, then add documentation changes to the ``dev-{{< latest-version >}}`` branch.
4747
Content in other languages (localizations) | Use the localization's convention. See the [Localization branching strategy](/docs/contribute/localization/#branching-strategy) for more information.
4848

4949

0 commit comments

Comments
 (0)