doc: update changelog-maker to the new flags

PR-URL: https://github.com/nodejs/node/pull/43696
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
RafaelGSS 2022-07-05 15:58:09 -03:00
parent d9b71f4c24
commit 4176671a91

View File

@ -251,7 +251,7 @@ Collect a formatted list of commits since the last release. Use
[`changelog-maker`](https://github.com/nodejs/changelog-maker) to do this: [`changelog-maker`](https://github.com/nodejs/changelog-maker) to do this:
```console ```console
$ changelog-maker --group $ changelog-maker --group --markdown
``` ```
`changelog-maker` counts commits since the last tag and if the last tag `changelog-maker` counts commits since the last tag and if the last tag
@ -259,7 +259,7 @@ in the repository was not on the current branch you may have to supply a
`--start-ref` argument: `--start-ref` argument:
```console ```console
$ changelog-maker --group --filter-release --start-ref v1.2.2 $ changelog-maker --group --markdown --filter-release --start-ref v1.2.2
``` ```
`--filter-release` will remove the release commit from the previous release. `--filter-release` will remove the release commit from the previous release.
@ -299,7 +299,7 @@ You can use `branch-diff` to get a list of commits with the `notable-change`
label: label:
```console ```console
$ branch-diff upstream/v1.x v1.2.3-proposal --require-label=notable-change -format=simple $ branch-diff upstream/v1.x v1.2.3-proposal --require-label=notable-change --plaintext
``` ```
Be sure that the `<a>` tag, as well as the two headings, are not indented at Be sure that the `<a>` tag, as well as the two headings, are not indented at