mirror of
https://opendev.org/openstack/keystone.git
synced 2026-01-11 20:07:31 +00:00
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: Ie38448c4df404514fc9c65b5a5b48be929b13cc5
This commit is contained in:
parent
5a97b7d847
commit
29fc86390c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
# Ignore the kilo-eol tag because that branch does not work with reno
|
||||
# and contains no release notes.
|
||||
closed_branch_tag_re: "(.+)(?<!kilo)-eol"
|
||||
closed_branch_tag_re: "(.+)(?<!kilo)-eo[lm]"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue