Skip to content

Commit aa99fe6

Browse files
committed
doc: release-notes-changelog: Update Zephyr SHA after upmerge
Update Zephyr SHA in release notes after upmerging the sdk-zephyr repository up to 684c9e8f32e4373a21098559f748f06915f950c9 (v4.4.0). Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
1 parent dc5ec3f commit aa99fe6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -576,21 +576,21 @@ Zephyr
576576

577577
.. NOTE TO MAINTAINERS: All the Zephyr commits in the below git commands must be handled specially after each upmerge and each nRF Connect SDK release.
578578
579-
The Zephyr fork in |NCS| (``sdk-zephyr``) contains all commits from the upstream Zephyr repository up to and including ``93b5f19f994b9a9376985299c1427a1630f6950e``, with some |NCS| specific additions.
579+
The Zephyr fork in |NCS| (``sdk-zephyr``) contains all commits from the upstream Zephyr repository up to and including ``684c9e8f32e4373a21098559f748f06915f950c9``, with some |NCS| specific additions.
580580

581581
For the list of upstream Zephyr commits (not including cherry-picked commits) incorporated into |NCS| since the most recent release, run the following command from the :file:`ncs/zephyr` repository (after running ``west update``):
582582

583583
.. code-block:: none
584584
585-
git log --oneline 93b5f19f99 ^911b3da139
585+
git log --oneline 684c9e8f32 ^911b3da139
586586
587587
For the list of |NCS| specific commits, including commits cherry-picked from upstream, run:
588588

589589
.. code-block:: none
590590
591-
git log --oneline manifest-rev ^93b5f19f99
591+
git log --oneline manifest-rev ^684c9e8f32
592592
593-
The current |NCS| main branch is based on revision ``93b5f19f99`` of Zephyr.
593+
The current |NCS| main branch is based on revision ``684c9e8f32`` of Zephyr.
594594

595595
.. note::
596596
For possible breaking changes and changes between the latest Zephyr release and the current Zephyr version, refer to the :ref:`Zephyr release notes <zephyr_release_notes>`.

0 commit comments

Comments
 (0)