doc: release: Fix the EXTRAVERSION setting

The EXTRAVERSION field needs to be set to an empty string, not to 0,
once the release is cut.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2020-06-09 19:22:11 +02:00 committed by Carles Cufí
commit 902633c545

View file

@ -297,9 +297,9 @@ steps:
#. Update the version variables in the :zephyr_file:`VERSION` file
located in the root of the Git repository. Set ``EXTRAVERSION``
variable to zero to indicate final release::
variable to an empty string to indicate final release::
EXTRAVERSION = 0
EXTRAVERSION =
#. Post a PR with the updated :zephyr_file:`VERSION` file using
``release: Zephyr 1.11.0`` as the commit subject. Merge