Skip to content

Commit a4b134e

Browse files
dbkindernashif
authored andcommitted
doc: fix indent issues in release process doc
Some incorrect indenting in the doc was causing numbered lists to reset back to 1 instead of continuing the series. Signed-off-by: David B. Kinder <[email protected]>
1 parent f72a50b commit a4b134e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

doc/development_process/release_process.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)