Skip to content

Commit 51ae306

Browse files
committed
doc: release notes: Finalize 1.12 release notes and docs
Removes the "draft" tag from the 1.12 release notes and adds a 1.12 link on the release notes page. Adds a link to the 1.12 docs on the home page. Signed-off-by: Maureen Helm <[email protected]>
1 parent d3afa35 commit 51ae306

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Zephyr Project Documentation
2121
versions are available:
2222

2323
`Zephyr 1.5.0`_ | `Zephyr 1.6.1`_ | `Zephyr 1.7.1`_ | `Zephyr 1.8.0`_ |
24-
`Zephyr 1.9.2`_ | `Zephyr 1.10.0`_ | `Zephyr 1.11.0`_
24+
`Zephyr 1.9.2`_ | `Zephyr 1.10.0`_ | `Zephyr 1.11.0`_ | `Zephyr 1.12.0`_
2525

2626
For information about the changes and additions for releases, please
2727
consult the published :ref:`zephyr_release_notes` documentation.
@@ -63,6 +63,7 @@ Indices and Tables
6363

6464
* :ref:`genindex`
6565

66+
.. _Zephyr 1.12.0: http://docs.zephyrproject.org/1.12.0/
6667
.. _Zephyr 1.11.0: http://docs.zephyrproject.org/1.11.0/
6768
.. _Zephyr 1.10.0: http://docs.zephyrproject.org/1.10.0/
6869
.. _Zephyr 1.9.2: http://docs.zephyrproject.org/1.9.0/

doc/release-notes-1.12.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
.. _zephyr_1.12:
44

5-
Zephyr Kernel 1.12.0 (DRAFT)
6-
############################
5+
Zephyr Kernel 1.12.0
6+
####################
77

88
We are pleased to announce the release of Zephyr kernel version 1.12.0.
99

doc/release-notes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Git clone and checkout commands, such as:
1818
1919
git clone https://github.com/zephyrproject-rtos/zephyr
2020
cd zephyr
21-
git checkout tags/v1.11.0
21+
git checkout tags/v1.12.0
2222
2323
2424
The project's technical documentation is also tagged to correspond with a
@@ -30,6 +30,7 @@ Zephyr Kernel Releases
3030
.. toctree::
3131
:maxdepth: 1
3232

33+
release-notes-1.12
3334
release-notes-1.11
3435
release-notes-1.10
3536
release-notes-1.9

0 commit comments

Comments
 (0)