Skip to content

Commit d97bb2f

Browse files
committed
(maint) Add note about master branch name to readme
1 parent d56e5bc commit d97bb2f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ git tag -a 1.7.0 -m "1.7.0"
2424
git push --tags
2525
```
2626
9. Make a PR from the release branch back to `master`. Once this is merged the release branch should be deleted.
27+
28+
## Note on branch names
29+
30+
The default branch of this repo has been kept as `master` because there are lots
31+
of control repo fixtures floating around that reference this master branch, as a
32+
way of making sure that we are testing with the most up-to-date version of this
33+
module. Until we update those places, we need to continue calling the default
34+
branch `master`.

0 commit comments

Comments
 (0)