Skip to content

Commit 38c97f5

Browse files
erwinwahyuraBridgeAR
authored andcommitted
doc: fix punctuation in doc/releases.md
PR-URL: #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>
1 parent 51c2c51 commit 38c97f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/releases.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ commit metadata, as well as the `semver-minor` and `semver-major` GitHub labels.
9292
One drawback is that when the `PR-URL` metadata is accidentally omitted from a
9393
commit, the commit will show up because it's unsure if it's a duplicate or not.
9494

95-
For a list of commits that could be landed in a patch release on v5.x
95+
For a list of commits that could be landed in a patch release on v5.x:
9696

9797
```console
9898
$ 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.
148148
#### Step 1: Collecting the formatted list of changes:
149149

150150
Collect a formatted list of commits since the last release. Use
151-
[`changelog-maker`](https://github.com/rvagg/changelog-maker) to do this.
151+
[`changelog-maker`](https://github.com/rvagg/changelog-maker) to do this:
152152

153153
```console
154154
$ changelog-maker --group
@@ -216,7 +216,7 @@ doc/api/*.md`, and substitute this node version with `sed -i
216216
"s/REPLACEME/$VERSION/g" doc/api/*.md` or `perl -pi -e "s/REPLACEME/$VERSION/g"
217217
doc/api/*.md`.
218218

219-
*Note*: `$VERSION` should be prefixed with a `v`
219+
*Note*: `$VERSION` should be prefixed with a `v`.
220220

221221
If this release includes any new deprecations it is necessary to ensure that
222222
those are assigned a proper static deprecation code. These are listed in the

0 commit comments

Comments
 (0)