File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ Here are a few tips for repository maintainers.
16
16
17
17
## Branch Management
18
18
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
20
20
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.
22
22
23
23
Each major release will result in a new branch and tag. For example, the
24
24
release of version 1.0.0 of the project results in a ` v1.0.0 ` tag on the
25
25
release commit, and a new branch ` release-1.y.z ` for subsequent minor and patch
26
26
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
28
28
are only created for each major version. Minor and patch level releases
29
29
are simply tagged.
You can’t perform that action at this time.
0 commit comments