On Wed, Feb 26, 2020 at 2:55 PM Thomas Monjalon <tho...@monjalon.net> wrote: > > 26/02/2020 14:38, David Marchand: > > Start a new release cycle with empty release notes. > > ABI must now be checked with v20.02 as a reference. > > > > Signed-off-by: David Marchand <david.march...@redhat.com> > > --- > > .travis.yml | 4 + > > ABI_VERSION | 2 +- > > VERSION | 2 +- > > doc/guides/rel_notes/index.rst | 1 + > > doc/guides/rel_notes/release_20_05.rst | 139 +++++++++++++++++++++++++ > > 5 files changed, 146 insertions(+), 2 deletions(-) > > create mode 100644 doc/guides/rel_notes/release_20_05.rst > > Acked-by: Thomas Monjalon <tho...@monjalon.net> > > > > --- a/.travis.yml > > +++ b/.travis.yml > > +env: > > + global: > > + - REF_GIT_TAG=v20.02 > > One question: why REF_GIT_TAG was not needed in Travis during 20.02?
The .ci/linux-build.sh script has a default value for parameters. http://git.dpdk.org/dpdk/tree/.ci/linux-build.sh#n71&h=v20.02 This could be removed, so that we only have explicit values in the .travis.yml configuration. No strong opinion keeping them. -- David Marchand