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:
parent
1502b9a648
commit
902633c545
1 changed files with 2 additions and 2 deletions
|
@ -297,9 +297,9 @@ steps:
|
||||||
|
|
||||||
#. Update the version variables in the :zephyr_file:`VERSION` file
|
#. Update the version variables in the :zephyr_file:`VERSION` file
|
||||||
located in the root of the Git repository. Set ``EXTRAVERSION``
|
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
|
#. Post a PR with the updated :zephyr_file:`VERSION` file using
|
||||||
``release: Zephyr 1.11.0`` as the commit subject. Merge
|
``release: Zephyr 1.11.0`` as the commit subject. Merge
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue