On Wed, Mar 26, 2025 at 10:00:03AM +0100, David Marchand wrote: > Start a new release cycle with empty release notes. > Bump version and ABI minor. > > Signed-off-by: David Marchand <david.march...@redhat.com> > ---
One query below, otherwise LGTM Acked-by: Bruce Richardson <bruce.richard...@intel.com> > .github/workflows/build.yml | 2 +- > ABI_VERSION | 2 +- > VERSION | 2 +- > doc/guides/rel_notes/index.rst | 1 + > doc/guides/rel_notes/release_25_07.rst | 138 +++++++++++++++++++++++++ > 5 files changed, 142 insertions(+), 3 deletions(-) > create mode 100644 doc/guides/rel_notes/release_25_07.rst > > diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml > index fba46b920f..0cc4d12b0b 100644 > --- a/.github/workflows/build.yml > +++ b/.github/workflows/build.yml > @@ -12,7 +12,7 @@ defaults: > env: > REF_GIT_BRANCH: main > REF_GIT_REPO: https://github.com/DPDK/dpdk > - REF_GIT_TAG: v24.11 > + REF_GIT_TAG: v25.03 > Do we not keep comparing against 24.11 for the whole of the 25-ABI cycle?