Skip to content

Commit 7956bc2

Browse files
ruyadornoFyko
authored andcommitted
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: nodejs#44384 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 9813089 commit 7956bc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/contributing/releases.md

+1
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@ repository.
683683

684684
```console
685685
$ git checkout main
686+
$ git pull upstream main
686687
$ git cherry-pick v1.x^
687688
```
688689

0 commit comments

Comments
 (0)