mbox series

[master] Pull request

Message ID DHIQVFZX6K7D.1SG0R2OURPUPS@bootlin.com
State New
Headers show
Series [master] Pull request | expand

Pull-request

git@push.yoctoproject.org:yocto-docs master-next

Message

Antonin Godard April 2, 2026, 2:38 p.m. UTC
Hi Paul,

You'll notice a short time between the last PR and this one, mainly because
my two commits below are fixing local docs builds on master, so I think it'd be
good to have them.

It also includes the latest release notes and adds a missing word to the
contributor guide.

Antonin

The following changes since commit dc1574b9f71532c469f355af2ff5ff5664083e48:

  ref-manual: document the usage of FIT_LOADABLES (2026-03-30 10:40:23 +0200)

are available in the Git repository at:

  git@push.yoctoproject.org:yocto-docs master-next

for you to fetch changes up to 560bc33c0c2ecd60d68ba06a2edff8c25b9a3f90:

  migration-guide: add release notes for 5.3.3 (2026-04-02 15:21:57 +0200)

----------------------------------------------------------------
Antonin Godard (2):
      set_versions.py: skip laverne branch for closest branch
      set_versions.py: fix get_latest_tag and milestone tags

Lee Chee Yang (2):
      migration-guide: add release notes for 4.0.33 4.0.34
      migration-guide: add release notes for 5.3.3

Yanis BINARD (1):
      contributor-guide/submit-changes.rst: Added missing word

 documentation/contributor-guide/submit-changes.rst |   2 +-
 documentation/migration-guides/release-4.0.rst     |   2 +
 documentation/migration-guides/release-5.3.rst     |   1 +
 .../migration-guides/release-notes-4.0.33.rst      | 182 ++++++++++++++++++++
 .../migration-guides/release-notes-4.0.34.rst      | 191 +++++++++++++++++++++
 .../migration-guides/release-notes-5.3.3.rst       | 175 +++++++++++++++++++
 documentation/set_versions.py                      |  11 +-
 7 files changed, 562 insertions(+), 2 deletions(-)
 create mode 100644 documentation/migration-guides/release-notes-4.0.33.rst
 create mode 100644 documentation/migration-guides/release-notes-4.0.34.rst
 create mode 100644 documentation/migration-guides/release-notes-5.3.3.rst