Skip to content

Commit cfafe7d

Browse files
committed
fix main branch name
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent ae057b6 commit cfafe7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: maintainer_guidelines.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Here are a few tips for repository maintainers.
1616

1717
## Branch Management
1818

19-
The `master` branch is is the bleeding edge. New major versions of the module
19+
The `main` branch is is the bleeding edge. New major versions of the module
2020
are cut from this branch and tagged. If you intend to submit a pull request
21-
you should use `master HEAD` as your starting point.
21+
you should use `main HEAD` as your starting point.
2222

2323
Each major release will result in a new branch and tag. For example, the
2424
release of version 1.0.0 of the project results in a `v1.0.0` tag on the
2525
release commit, and a new branch `release-1.y.z` for subsequent minor and patch
2626
level releases of that major version if necessary. However, development will continue
27-
apace on `master` for the next major version - e.g. 2.0.0. Version branches
27+
apace on `main` for the next major version - e.g. 2.0.0. Version branches
2828
are only created for each major version. Minor and patch level releases
2929
are simply tagged.

0 commit comments

Comments
 (0)