Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.

PR-URL: #44384
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
ruyadorno authored and RafaelGSS committed Sep 5, 2022
1 parent 96df993 commit cef30f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/contributing/releases.md
Expand Up @@ -683,6 +683,7 @@ repository.

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

Expand Down

0 comments on commit cef30f9

Please sign in to comment.