Skip to content

Commit edc4444

Browse files
authored
Merge pull request #24994 from sftim/20201111_fix_branch_name_advice
Fix branch name advice
2 parents 28c8c2e + daa2c47 commit edc4444

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-<version>`. For example, if a feature changes in the `{{< latest-version >}}` release, then add documentation changes to the ``dev-{{< latest-version >}}`` 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 `v{{< skew nextMinorVersion >}}` release, then add documentation changes to the ``dev-{{< skew nextMinorVersion >}}`` 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)