2 Commits

Author SHA1 Message Date
Takashi Kajinami
e41e511ef5 Update regex to detect closed branch
... based on the change made in reno recently[1].

[1] https://review.opendev.org/c/openstack/reno/+/910547

Change-Id: If8bdb40677b30aa69ee84daa74cfa7d4cad0155b
2024-03-13 19:27:59 +09:00
Pierre Riteau
8770b92230 Tell reno to ignore the kilo branch
When reno 3.x runs under setuptools, it scans all of the branches it can
find, including any that look like they're closed and have an -eol tag.
The old kilo branch in this repository has a jumbled history that
somehow makes it look like it should include tags that it doesn't. We
know that there are no release notes in that branch, because reno wasn't
adopted while it was open. The releasenotes/source/index.rst links to
separate release notes in the wiki.

This patch tells reno to ignore that branch so that it doesn't throw an
exception when it gets confused about the old tag.

Change-Id: I8047d805b0a3da4051a6d618ed9ac40875b8636a
Co-Authored-By: Doug Hellmann <doug@doughellmann.com>
Story: 2007274
Task: 38749
2020-02-12 17:28:44 +01:00