You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ``PATCH`` | Introduces bugfixes or minor changes to the existing functionalities. | Patch releases only address functional issues and do not introduce new functionalities. |
165
-
||| Patch releases do not come with :ref:`migration guide <migration_guides>`. |
| ``MAJOR.MINOR.PATCH-devN`` | Development tag, marked through a postfix added to the end of the version. | Not part of the regular release cycle. |
173
-
|| Indicates a snapshot of the development state that is created to highlight | The ``-devN`` version might not be subjected to the same amount of testing as a regular |NCS| release. |
174
-
|| the introduction of a new piece of functionality. ||
There are two fundamental revisions that are relevant to most |NCS| users:
178
181
@@ -199,19 +202,15 @@ A release candidate postfix ``-rcN`` can be optionally attached if the tag ident
199
202
200
203
The Git tags are composed as follows::
201
204
202
-
vX.Y.Z(-rcN|-devN)
205
+
vX.Y.Z(-rcN|-previewN)
203
206
204
207
Tags without a suffix correspond to official releases tested and signed by Nordic Semiconductor engineers.
205
208
A release candidate suffix ``-rcN`` is attached if the tag identifies a candidate instead of the actual release.
206
209
207
-
.. dev_tag_definition_start
208
-
209
-
In between releases, there might be development tags.
210
-
These are identified by a ``-devN`` suffix included after the |NCS| version, for example ``v1.9.99-dev1`` for the main branch or ``v1.9.2-dev1`` for the release branch.
211
-
Such versions indicate a snapshot of the development state that is created to highlight the introduction of a new piece of functionality.
212
-
Unlike an |NCS| release, a ``-devN`` version may or may not have received the same amount of testing.
213
-
214
-
.. dev_tag_definition_end
210
+
In between releases, there might be development tags, called preview tags.
211
+
These are identified by a ``-previewN`` suffix included after the |NCS| version, for example ``v2.8.0-preview1``.
212
+
Such versions are recommended for development for users who are in the initial phase of product development and need to add new features of the |NCS|.
213
+
Unlike an |NCS| release, a ``-previewN`` version version is verified using automated test suites only.
215
214
216
215
In the case of OSS repositories, the git tag format reuses the upstream project's version along with some |NCS| specific postfixes::
0 commit comments