diff options
author | Rich Trott <rtrott@gmail.com> | 2019-06-20 13:23:51 -0600 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2019-06-23 07:07:12 -0700 |
commit | 00907980f0599d892a12082a8f9ec1636ed7e641 (patch) | |
tree | 8e21b7222319b5f809d3cd92212fce399e61fc4d /doc/releases.md | |
parent | 6f15029b4428acaafcfa96390eed989d2a318a6c (diff) | |
download | node-new-00907980f0599d892a12082a8f9ec1636ed7e641.tar.gz |
doc: remove "note that" from releases.md
Refs: https://github.com/nodejs/remark-preset-lint-node/pull/16
PR-URL: https://github.com/nodejs/node/pull/28329
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/releases.md')
-rw-r--r-- | doc/releases.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/releases.md b/doc/releases.md index 560336861f..3833280930 100644 --- a/doc/releases.md +++ b/doc/releases.md @@ -256,7 +256,7 @@ Collect a formatted list of commits since the last release. Use $ changelog-maker --group ``` -Note that 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 in the repository was not on the current branch you may have to supply a `--start-ref` argument: @@ -327,7 +327,7 @@ doc/api/*.md`. If this release includes any new deprecations it is necessary to ensure that those are assigned a proper static deprecation code. These are listed in the docs (see `doc/api/deprecations.md`) and in the source as `DEP00XX`. The code -must be assigned a number (e.g. `DEP0012`). Note that this assignment should +must be assigned a number (e.g. `DEP0012`). This assignment should occur when the PR is landed, but a check will be made when the release build is run. |