File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ commit metadata, as well as the `semver-minor` and `semver-major` GitHub labels.
9292One drawback is that when the ` PR-URL ` metadata is accidentally omitted from a
9393commit, 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
150150Collect 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"
217217doc/api/* .md`.
218218
219- * Note* : ` $VERSION ` should be prefixed with a ` v `
219+ * Note* : ` $VERSION ` should be prefixed with a ` v ` .
220220
221221If this release includes any new deprecations it is necessary to ensure that
222222those are assigned a proper static deprecation code. These are listed in the
You can’t perform that action at this time.
0 commit comments