We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43677e5 commit e6bbc50Copy full SHA for e6bbc50
doc/contributing/releases.md
@@ -603,13 +603,14 @@ the build before moving forward. Use the following list as a baseline:
603
must be in the expected updated version)
604
* npm version (check it matches what we expect)
605
* Run the test suite against the built binaries (optional)
606
+ * Remember to use the proposal branch
607
+ * Run `make build-addons` before running the tests
608
+ * Remove `config.gypi` file
609
610
```console
611
./tools/test.py --shell ~/Downloads/node-v18.5.0-linux-x64/bin/node
612
```
613
-<sup>There may be test issues if the branch used to test does not match the Node.js binary.</sup>
-
614
### 11. Tag and sign the release commit
615
616
Once you have produced builds that you're happy with, create a new tag. By
0 commit comments