0777837c1d
reno has an open TODO [1] to sort branches by something other than alphabetical order. Unfortunately we're hitting this here since heat previously had a 'vN-branch' branch naming scheme, and reno thinks those branches are newer than e.g. 'stable/train'. The solution is to just be stricter in how we select our branches and tags, preventing those with hyphens in them from being accepted. [1] https://github.com/openstack/reno/blob/3.0.0/reno/scanner.py#L850-L852 Change-Id: I75841d0dcb8e69214b7e96cf04f8b095da4d81d2 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
42 lines
712 B
Plaintext
42 lines
712 B
Plaintext
*.pyc
|
|
*.swp
|
|
*~
|
|
build
|
|
dist
|
|
*.egg*
|
|
tags
|
|
*.log
|
|
heat-test.db
|
|
heat.sqlite
|
|
.venv
|
|
.stestr/*
|
|
AUTHORS
|
|
ChangeLog
|
|
templates/cloudformation-examples
|
|
.tox
|
|
.coverage
|
|
.coverage.*
|
|
cover
|
|
.testrepository
|
|
.project
|
|
.pydevproject
|
|
doc/source/api/
|
|
etc/heat/heat.conf.sample
|
|
.idea
|
|
# integration tests requirements are auto-generated from stub file
|
|
heat_integrationtests/requirements.txt
|
|
heat_integrationtests/heat_integrationtests.conf.sample
|
|
|
|
# generated policy file
|
|
etc/heat/policy.yaml.sample
|
|
|
|
# sample policy file included in docs
|
|
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
|