Skip to content

Commit d1b224d

Browse files
evanlucasgibfahn
authored andcommitted
doc: improve release guide
Specify that $VERSION should include the `v` when replacing REPLACEME in documentation. PR-URL: #17677 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
1 parent 98c83c6 commit d1b224d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/releases.md

+2
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ were first added in this version. The relevant commits should already include
157157
`sed -i "s/REPLACEME/$VERSION/g" doc/api/*.md` or
158158
`perl -pi -e "s/REPLACEME/$VERSION/g" doc/api/*.md`.
159159

160+
*Note*: `$VERSION` should be prefixed with a `v`
161+
160162
If this release includes any new deprecations it is necessary to ensure that
161163
those are assigned a proper static deprecation code. These are listed in the
162164
docs (see `doc/api/deprecations.md`) and in the source as `DEP00XX`. The code

0 commit comments

Comments
 (0)