We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d22937 + 7383317 commit 5156849Copy full SHA for 5156849
docs/releasing.md
@@ -52,10 +52,9 @@ $ git checkout -b <branch name>
52
$ git push upstream <branch name>
53
```
54
55
-Do _not_ create a pull request for this branch! Instead, if you're a repo
56
-administrator, go to the Github UI and mark the branch as protected, which will
57
-prevent people from deleting it by accident. Otherwise, ask a repo admin to do
58
-this for you.
+Do _not_ create a pull request for this branch! Any branch of the form `vX.Y`
+will automatically be protected thanks to the rules configured on the Github
+project.
59
60
## Create a release
61
0 commit comments