gen_release_notes: fix version in "you should wait" message
Fixes: 86079447da
("scripts: Add a gen_release_notes.py script")
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4113>
This commit is contained in:
@@ -64,7 +64,7 @@ TEMPLATE = Template(textwrap.dedent("""\
|
|||||||
%if not bugfix:
|
%if not bugfix:
|
||||||
Mesa ${next_version} is a new development release. People who are concerned
|
Mesa ${next_version} is a new development release. People who are concerned
|
||||||
with stability and reliability should stick with a previous release or
|
with stability and reliability should stick with a previous release or
|
||||||
wait for Mesa ${version[:-1]}1.
|
wait for Mesa ${next_version[:-1]}1.
|
||||||
%else:
|
%else:
|
||||||
Mesa ${next_version} is a bug fix release which fixes bugs found since the ${version} release.
|
Mesa ${next_version} is a bug fix release which fixes bugs found since the ${version} release.
|
||||||
%endif
|
%endif
|
||||||
|
Reference in New Issue
Block a user