File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ git node v8 major --branch=5.1-lkgr
382
382
383
383
This should be followed up with manual refloating of all relevant patches.
384
384
385
- ## Proposal: using a fork repo to track upstream V8
385
+ ## Proposal: using a fork repository to track upstream V8
386
386
387
387
The fact that Node.js keeps a vendored, potentially edited copy of V8 in deps/
388
388
makes the above processes a bit complicated. An alternative proposal would be to
Original file line number Diff line number Diff line change @@ -583,9 +583,9 @@ $ git push upstream master
583
583
584
584
### 14. Push the release tag
585
585
586
- Push the tag to the repo before you promote the builds. If you haven't pushed
587
- your tag first, then build promotion won't work properly. Push the tag using the
588
- following command:
586
+ Push the tag to the repository before you promote the builds. If you
587
+ haven't pushed your tag first, then build promotion won't work properly.
588
+ Push the tag using the following command:
589
589
590
590
``` console
591
591
$ git push < remote> < vx.y.z>
You can’t perform that action at this time.
0 commit comments