Merge "Tell reno to ignore the kilo branch"

This commit is contained in:
Zuul 2020-02-25 04:14:48 +00:00 committed by Gerrit Code Review
commit 97d83016af
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View File

@ -34,6 +34,8 @@ keystone/locale/*/LC_MESSAGES/*.mo
*.db
# Files created by releasenotes build
releasenotes/build
RELEASENOTES.rst
releasenotes/notes/reno.cache
# sample config included in docs
doc/source/_static/keystone.conf.sample
etc/keystone.conf.sample

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"