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
If not please follow the instruction reported in the tool's documentation to
16
+
If not please follow the instruction reported in the tool's documentation to
17
17
install it.
18
18
19
19
## Publish new release
@@ -27,13 +27,13 @@ new release. Give people some time to comment or suggest PRs that should land fi
27
27
28
28
* Update the version in **package.json** appropriately.
29
29
30
-
* Update the [README.md](https://github.com/nodejs/node-addon-api/blob/master/README.md)
30
+
* Update the [README.md](https://github.com/nodejs/node-addon-api/blob/master/README.md)
31
31
to show the new version as the latest.
32
32
33
33
* Generate the changelog for the new version using **changelog maker** tool. From
34
34
the route folder of the repo launch the following command:
35
35
36
-
```bash
36
+
```bash
37
37
> changelog-maker
38
38
```
39
39
* Use the output generated by **changelog maker** to pdate the [CHANGELOG.md](https://github.com/nodejs/node-addon-api/blob/master/CHANGELOG.md)
@@ -43,8 +43,8 @@ following the style used in publishing the previous release.
43
43
44
44
* Validate all tests pass by running npm test on master.
45
45
46
-
* Use **[CI](https://ci.nodejs.org/view/x%20-%20Abi%20stable%20module%20API/job/node-test-node-addon-api/)**
47
-
to validate tests pass for latest 11, 10, 8, 6 releases (note there are still some issues on SmartOS and
46
+
* Use **[CI](https://ci.nodejs.org/view/x%20-%20Abi%20stable%20module%20API/job/node-test-node-addon-api-new/)**
47
+
to validate tests pass (note there are still some issues on SmartOS and
0 commit comments