Merge "Ignore old 'vN-branch' tags when scanning for release notes"

This commit is contained in:
Zuul 2021-03-11 22:53:56 +00:00 committed by Gerrit Code Review
commit 5338ba0aed
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -35,6 +35,7 @@ doc/source/_static/heat.policy.yaml.sample
# Files created by releasenotes build
releasenotes/build
releasenotes/notes/reno.cache
# sample config included in docs
doc/source/_static/heat.conf.sample

4
releasenotes/config.yaml Normal file
View File

@ -0,0 +1,4 @@
---
branch_name_re: '^stable/\w+$'
release_tag_re: '((?:[\d.ab]|rc)+)'
closed_branch_tag_re: '^(\w+)-eol$'