You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/dep_updaters/README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,3 +60,23 @@ been created with the changes), do the following:
60
60
3. Check that Node.js compiles without errors and the tests pass.
61
61
4. Create a commit for the update and in the commit message include the
62
62
important/relevant items from the changelog.
63
+
64
+
## postject
65
+
66
+
The `update-postject.sh` script downloads postject from the [npm package](http://npmjs.com/package/postject)
67
+
and uses it to replace the contents of `test/fixtures/postject-copy`.
68
+
69
+
In order to update, the following command can be run:
70
+
71
+
```bash
72
+
./tools/dep_updaters/update-postject.sh
73
+
```
74
+
75
+
Once the script has run (either manually, or by CI in which case a PR will have
76
+
been created with the changes), do the following:
77
+
78
+
1. Check the [changelog](https://github.com/nodejs/postject/releases/tag/v1.0.0-alpha.4)
79
+
for things that might require changes in Node.js.
80
+
2. Check that Node.js compiles without errors and the tests pass.
81
+
3. Create a commit for the update and in the commit message include the
0 commit comments