Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 5156849

Browse files
authored
Merge pull request #267 from adrianludwin/release-docs
Update releasing docs
2 parents 5d22937 + 7383317 commit 5156849

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/releasing.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ $ git checkout -b <branch name>
5252
$ git push upstream <branch name>
5353
```
5454

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.
55+
Do _not_ create a pull request for this branch! Any branch of the form `vX.Y`
56+
will automatically be protected thanks to the rules configured on the Github
57+
project.
5958

6059
## Create a release
6160

0 commit comments

Comments
 (0)