Skip to content

Commit

Permalink
doc: fix releases guide for recent Git versions
Browse files Browse the repository at this point in the history
PR-URL: nodejs#53709
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Beth Griggs <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
targos authored Jul 5, 2024
1 parent 88beb76 commit 3f86bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contributing/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ Git should stop to let you fix conflicts.
Revert all changes that were made to `src/node_version.h`:

```bash
git checkout --ours HEAD -- src/node_version.h
git restore --source=upstream/main src/node_version.h
```

<details>
Expand Down

0 comments on commit 3f86bdd

Please sign in to comment.