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.
92
92
One drawback is that when the ` PR-URL ` metadata is accidentally omitted from a
93
93
commit, the commit will show up because it's unsure if it's a duplicate or not.
94
94
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:
96
96
97
97
``` console
98
98
$ 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.
148
148
#### Step 1 : Collecting the formatted list of changes:
149
149
150
150
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:
152
152
153
153
```console
154
154
$ changelog-maker --group
@@ -216,7 +216,7 @@ doc/api/*.md`, and substitute this node version with `sed -i
216
216
"s/REPLACEME/$VERSION/g" doc/api/* .md` or ` perl -pi -e "s/REPLACEME/$VERSION/g"
217
217
doc/api/* .md`.
218
218
219
- * Note* : ` $VERSION ` should be prefixed with a ` v `
219
+ * Note* : ` $VERSION ` should be prefixed with a ` v ` .
220
220
221
221
If this release includes any new deprecations it is necessary to ensure that
222
222
those are assigned a proper static deprecation code. These are listed in the
You can’t perform that action at this time.
0 commit comments