File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
256256$ changelog-maker --group
257257```
258258
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
260260in the repository was not on the current branch you may have to supply a
261261` --start-ref ` argument:
262262
@@ -327,7 +327,7 @@ doc/api/*.md`.
327327If this release includes any new deprecations it is necessary to ensure that
328328those are assigned a proper static deprecation code. These are listed in the
329329docs (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
331331occur when the PR is landed, but a check will be made when the release build is
332332run.
333333
You can’t perform that action at this time.
0 commit comments