We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56e5bc commit d97bb2fCopy full SHA for d97bb2f
README.md
@@ -24,3 +24,11 @@ git tag -a 1.7.0 -m "1.7.0"
24
git push --tags
25
```
26
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