Skip to content

Commit 79f23b5

Browse files
Trotttargos
authored andcommitted
doc: remove "note that" from releases.md
Refs: nodejs/remark-preset-lint-node#16 PR-URL: #28329 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 71cf558 commit 79f23b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/releases.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Collect a formatted list of commits since the last release. Use
256256
$ changelog-maker --group
257257
```
258258

259-
Note that changelog-maker counts commits since the last tag and if the last tag
259+
`changelog-maker` counts commits since the last tag and if the last tag
260260
in the repository was not on the current branch you may have to supply a
261261
`--start-ref` argument:
262262

@@ -327,7 +327,7 @@ doc/api/*.md`.
327327
If this release includes any new deprecations it is necessary to ensure that
328328
those are assigned a proper static deprecation code. These are listed in the
329329
docs (see `doc/api/deprecations.md`) and in the source as `DEP00XX`. The code
330-
must be assigned a number (e.g. `DEP0012`). Note that this assignment should
330+
must be assigned a number (e.g. `DEP0012`). This assignment should
331331
occur when the PR is landed, but a check will be made when the release build is
332332
run.
333333

0 commit comments

Comments
 (0)