All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] devtool: add changelog extraction
@ 2026-05-12  7:24 daniel.turull
  2026-05-12  7:24 ` [PATCH 1/3] devtool: upgrade: extract changelog between versions daniel.turull
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: daniel.turull @ 2026-05-12  7:24 UTC (permalink / raw)
  To: openembedded-core; +Cc: Daniel Turull

From: Daniel Turull <daniel.turull@ericsson.com>

This series aims to extract the changelog between 2 versions when
devtool is upgrade. The aim is that later to backport the feature into
LTS branches, so we can have more detailed descriptions with AUH.

For testing I reverted the last 200 updates of recipes and master and
try to do devtool upgrade <recipe> --no-patch, since I'm only interested
in the changelog output.

From the last run: 83 with changelog, 21 without, 41 failed.

Excluding failures: 83 out of 104 = 80% of changelog were generated.

Daniel Turull (3):
  devtool: upgrade: extract changelog between versions
  devtool: upgrade: detect per-version release notes files
  devtool: upgrade: clean up extracted changelog content

 meta/lib/oeqa/selftest/cases/devtool.py | 24 +++++++
 scripts/lib/devtool/standard.py         |  8 +++
 scripts/lib/devtool/upgrade.py          | 95 +++++++++++++++++++++++++
 3 files changed, 127 insertions(+)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-05-13  7:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-12  7:24 [PATCH 0/3] devtool: add changelog extraction daniel.turull
2026-05-12  7:24 ` [PATCH 1/3] devtool: upgrade: extract changelog between versions daniel.turull
2026-05-12 16:28   ` [OE-core] " Alexander Kanavin
2026-05-13  7:26     ` Daniel Turull
2026-05-12  7:24 ` [PATCH 2/3] devtool: upgrade: detect per-version release notes files daniel.turull
2026-05-12  7:24 ` [PATCH 3/3] devtool: upgrade: clean up extracted changelog content daniel.turull

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.