Skip to content

Commit 1905d1f

Browse files
juanarboladuh95
authored andcommitted
doc: update changelog-maker instructions for releasing
The `changelog-maker` v5 removed the `--markdown` option, docs should reflect that. Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com> PR-URL: #65707 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 6019418 commit 1905d1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/contributing/releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,15 +460,15 @@ Collect a formatted list of commits since the last release. Use
460460
[`changelog-maker`](https://github.com/nodejs/changelog-maker) to do this:
461461

462462
```bash
463-
changelog-maker --group --markdown
463+
changelog-maker --group --format=markdown
464464
```
465465

466466
`changelog-maker` counts commits since the last tag and if the last tag
467467
in the repository was not on the current branch you may have to supply a
468468
`--start-ref` argument:
469469

470470
```bash
471-
changelog-maker --group --markdown --filter-release --start-ref v1.2.2
471+
changelog-maker --group --format=markdown --filter-release --start-ref v1.2.2
472472
```
473473

474474
`--filter-release` will remove the release commit from the previous release.

0 commit comments

Comments
 (0)