Merge "Tell reno to ignore the kilo branch" into stable/queens

This commit is contained in:
Zuul 2020-02-20 01:02:46 +00:00 committed by Gerrit Code Review
commit c4deee6fa4
2 changed files with 7 additions and 1 deletions

4
.gitignore vendored
View File

@ -39,4 +39,6 @@ api-ref/build
# Files created by releasenotes build # Files created by releasenotes build
releasenotes/build releasenotes/build
contrib/blockbox/.db_data contrib/block-box/.db_data
RELEASENOTES.rst
releasenotes/notes/reno.cache

4
reno.yaml Normal file
View File

@ -0,0 +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"