Skip to content
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
doc: note on release guide to update main branch
Added an extra command to make sure to remind me (and other releasers)
to update the `main` branch _before_ cherry-picking the release commit
to the branch.

Adding this command will often avoid unnecessary extra-work in case
there are mismatches between the local state of the main branch and
remote.
  • Loading branch information
ruyadorno committed Aug 24, 2022
commit 203bef5515407e2e173447a7e3cbcb8dbc8f69c9
1 change: 1 addition & 0 deletions doc/contributing/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@ repository.

```console
$ git checkout main
$ git pull upstream main
$ git cherry-pick v1.x^
```

Expand Down