File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ Collect a formatted list of commits since the last release. Use
256
256
$ changelog-maker --group
257
257
```
258
258
259
- Note that changelog-maker counts commits since the last tag and if the last tag
259
+ ` changelog-maker ` counts commits since the last tag and if the last tag
260
260
in the repository was not on the current branch you may have to supply a
261
261
` --start-ref ` argument:
262
262
@@ -327,7 +327,7 @@ doc/api/*.md`.
327
327
If this release includes any new deprecations it is necessary to ensure that
328
328
those are assigned a proper static deprecation code. These are listed in the
329
329
docs (see ` doc/api/deprecations.md ` ) and in the source as ` DEP00XX ` . The code
330
- must be assigned a number (e.g. ` DEP0012 ` ). Note that this assignment should
330
+ must be assigned a number (e.g. ` DEP0012 ` ). This assignment should
331
331
occur when the PR is landed, but a check will be made when the release build is
332
332
run.
333
333
You can’t perform that action at this time.
0 commit comments