summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerwinwahyura <erwinwahyuramadhan@gmail.com>2018-04-04 00:30:28 +0700
committerRuben Bridgewater <ruben@bridgewater.de>2018-04-09 23:22:20 +0200
commit38c97f5dc7ff3fbf83982d0268fc9e93cfc00c7d (patch)
tree7c33bbb2ac94df2f6c1d6d1f1f0c81bdd99e061f
parent51c2c51029a05abb03c34929180a9c09c694ae2e (diff)
downloadandroid-node-v8-38c97f5dc7ff3fbf83982d0268fc9e93cfc00c7d.tar.gz
android-node-v8-38c97f5dc7ff3fbf83982d0268fc9e93cfc00c7d.tar.bz2
android-node-v8-38c97f5dc7ff3fbf83982d0268fc9e93cfc00c7d.zip
doc: fix punctuation in doc/releases.md
PR-URL: https://github.com/nodejs/node/pull/19774 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
-rw-r--r--doc/releases.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/releases.md b/doc/releases.md
index 986a012e4a..7e54208222 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -92,7 +92,7 @@ commit metadata, as well as the `semver-minor` and `semver-major` GitHub labels.
One drawback is that when the `PR-URL` metadata is accidentally omitted from a
commit, the commit will show up because it's unsure if it's a duplicate or not.
-For a list of commits that could be landed in a patch release on v5.x
+For a list of commits that could be landed in a patch release on v5.x:
```console
$ branch-diff v5.x master --exclude-label=semver-major,semver-minor,dont-land-on-v5.x --filter-release --format=simple
@@ -148,7 +148,7 @@ Commits may need to be reverted or a major version bump may need to happen.
#### Step 1: Collecting the formatted list of changes:
Collect a formatted list of commits since the last release. Use
-[`changelog-maker`](https://github.com/rvagg/changelog-maker) to do this.
+[`changelog-maker`](https://github.com/rvagg/changelog-maker) to do this:
```console
$ changelog-maker --group
@@ -216,7 +216,7 @@ doc/api/*.md`, and substitute this node version with `sed -i
"s/REPLACEME/$VERSION/g" doc/api/*.md` or `perl -pi -e "s/REPLACEME/$VERSION/g"
doc/api/*.md`.
-*Note*: `$VERSION` should be prefixed with a `v`
+*Note*: `$VERSION` should be prefixed with a `v`.
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