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

Update releasing docs #267

Merged
merged 1 commit into from
Feb 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ $ git checkout -b <branch name>
$ git push upstream <branch name>
```

Do _not_ create a pull request for this branch! Instead, if you're a repo
administrator, go to the Github UI and mark the branch as protected, which will
prevent people from deleting it by accident. Otherwise, ask a repo admin to do
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.

## Create a release

Expand Down