summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-04-08 17:08:03 +0000
committerGerrit Code Review <review@openstack.org>2020-04-08 17:08:04 +0000
commit59f287935e39f9d8d4cca3236e8e25ad158c1a3c (patch)
tree14ec1995425fb1b41b657fc72a8957bc3d033cf9
parenta3751d9161cb4973f6f4738c8f242ca8a270f457 (diff)
parente6eb4990c82567848fb368493e2565155999e21f (diff)
downloadhorizon-59f287935e39f9d8d4cca3236e8e25ad158c1a3c.tar.gz
Merge "Tell reno to ignore the kilo branch" into stable/train
-rw-r--r--.gitignore3
-rw-r--r--reno.yaml3
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ac94b58c8..bf82d8277 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,8 +16,11 @@ coverage-karma
pep8.txt
pylint.txt
# Files created by releasenotes build
+RELEASENOTES.rst
releasenotes/build
+releasenotes/notes/reno.cache
reports
+
openstack_dashboard/local/*
!openstack_dashboard/local/local_settings.py.example
!openstack_dashboard/local/enabled/_50__settings.py.example
diff --git a/reno.yaml b/reno.yaml
new file mode 100644
index 000000000..60b0c183d
--- /dev/null
+++ b/reno.yaml
@@ -0,0 +1,3 @@
+---
+# Ignore the kilo-eol tag because that branch does not work with reno.
+closed_branch_tag_re: "(.+)(?<!kilo)-eol"