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: doc/creating_a_release.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,16 @@ to show the new version as the latest.
34
34
the route folder of the repo launch the following command:
35
35
36
36
```bash
37
-
> changelog-maker
37
+
> changelog-maker --md --group --filter-release
38
38
```
39
39
* Use the output generated by **changelog maker** to update the [CHANGELOG.md](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md)
40
40
following the style used in publishing the previous release.
41
41
42
42
* Add any new contributors to the "contributors" section in the package.json
43
43
44
-
* Validate all tests pass by running `npm test` on the `main` branch.
44
+
* Commit with a message containing _only_ an x.y.z semver designator. "x.y.z" (so that the commit can be filtered by changelog-maker)
45
+
46
+
* Create a release proposal pull request.
45
47
46
48
* Use **[CI](https://ci.nodejs.org/view/x%20-%20Abi%20stable%20module%20API/job/node-test-node-addon-api-new/)**
47
49
to validate tests pass (note there are still some issues on SmartOS and
0 commit comments