Use reno 2.10.0 and remove reno.yaml 96/12496/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 7 Sep 2018 17:12:26 +0000 (13:12 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 7 Sep 2018 17:16:30 +0000 (13:16 -0400)
Reno 2.10.0 supports our regex pattern so we no longer need to
configure it.

Also add reno to tox so that people can run it via:

    tox -e reno new slug

Change-Id: Ic5f4de1af139e0cf99e955a30e3d957772563f57
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
reno.yaml [deleted file]
requirements-docs.txt
tox.ini

diff --git a/reno.yaml b/reno.yaml
deleted file mode 100644 (file)
index 3ed08de..0000000
--- a/reno.yaml
+++ /dev/null
@@ -1 +0,0 @@
-release_tag_re: ((?:[v\d.ab]|rc)+)
index 2bd1e0e..26f62ac 100644 (file)
@@ -1,4 +1,4 @@
 -r requirements.txt
 lfdocs-conf
-reno~=2.9.2
+reno~=2.10.0
 sphinxcontrib-programoutput
diff --git a/tox.ini b/tox.ini
index 669343a..a5be53c 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -54,3 +54,7 @@ deps =
 commands =
     lftools license check-dir lftools
     lftools license check-dir -r '.+' shell
+
+[testenv:reno]
+deps = reno
+commands = reno {posargs:--help}