@@ -247,7 +247,7 @@ following steps need to be followed:
247247 generates 'lightweight' tags regardless of release or pre-release).
248248
249249#. Update the :zephyr_file: `VERSION ` file in the root of the Git repository. If it's a
250- release candidate, use ``EXTRAVERSION `` variable::
250+ release candidate, use ``EXTRAVERSION `` variable::
251251
252252 EXTRAVERSION = rc1
253253
@@ -262,7 +262,7 @@ release candidate, use ``EXTRAVERSION`` variable::
262262 <Use "Zephyr 1.11.0-rc1" as the tag annotation>
263263 $ git push [email protected] :zephyrproject-rtos/zephyr.git v1.11.0-rc1 264264
265- * If it's a release::
265+ * If it's a release::
266266
267267 $ git tag -a v1.11.0
268268 <Use "Zephyr 1.11.0" as the tag annotation>
@@ -280,19 +280,19 @@ release candidate, use ``EXTRAVERSION`` variable::
280280#. Find the new tag at the top of the releases page, edit the release with the
281281 ``Edit `` button and then do the following:
282282
283- * If it's a release candidate:
283+ * If it's a release candidate:
284284
285- * Name it ``Zephyr 1.11.0-rc1 ``
286- * Copy the shortlog into the release notes textbox (don't forget to quote it
287- properly so it shows as unformatted text in Markdown)
288- * Check the "This is a pre-release" checkbox
289- * If it's a release:
285+ * Name it ``Zephyr 1.11.0-rc1 ``
286+ * Copy the shortlog into the release notes textbox (don't forget to quote it
287+ properly so it shows as unformatted text in Markdown)
288+ * Check the "This is a pre-release" checkbox
289+ * If it's a release:
290290
291- * Name it ``Zephyr 1.11.0 ``
292- * Copy the full content of ``docs/release-notes-1.11.rst `` into the the
293- release notes textbox
294- * Copy the full list of GitHub issues closed with this release into the
295- release notes textbox (see below on how to generate this list)
291+ * Name it ``Zephyr 1.11.0 ``
292+ * Copy the full content of ``docs/release-notes-1.11.rst `` into the the
293+ release notes textbox
294+ * Copy the full list of GitHub issues closed with this release into the
295+ release notes textbox (see below on how to generate this list)
296296
297297#. Send an email to the mailing lists (``announce `` and ``devel ``) with a link
298298 to the release
0 commit comments