Skip to content

Commit 9e6fbf4

Browse files
Apply suggestions from code review
Co-authored-by: Divya S Pillai <91891495+divipillai@users.noreply.github.com>
1 parent ac3b772 commit 9e6fbf4

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

doc/app/sm_releasing.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,13 @@ At v2.1.0 GA, set ``VERSION_MAJOR``, ``VERSION_MINOR``, and ``PATCHLEVEL`` to ``
7272
General Availability and later
7373
------------------------------
7474

75-
Set the product version and ``VERSION_TWEAK = 0`` at GA.
76-
After GA, increment ``PATCHLEVEL`` for each new published application build on that line.
75+
The following guidelines describe how to manage versioning for General Availability and later:
7776

78-
Do not bump version fields for unpublished local or CI builds.
79-
Record Git tag ↔ :file:`app/VERSION` in release notes.
80-
Confirm the version with :ref:`SM_AT_XSMVER`.
77+
* Set the product version and ``VERSION_TWEAK = 0`` at GA.
78+
* After GA, increment ``PATCHLEVEL`` for each new published application build on that line.
79+
* Do not update version fields for unpublished local or CI builds.
80+
* Record the mapping between Git tag and :file:`app/VERSION` in the release notes,
81+
* Confirm the version with SM_AT_XSMVER.
8182

8283
MCUboot — ``CONFIG_FW_INFO_FIRMWARE_VERSION``
8384
=============================================

0 commit comments

Comments
 (0)