From cbf23405ee4da28adbfd63b323e12e1922c62ffe Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 7 Sep 2018 13:12:26 -0400 Subject: [PATCH] Use reno 2.10.0 and remove reno.yaml 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 --- reno.yaml | 1 - requirements-docs.txt | 2 +- tox.ini | 4 ++++ 3 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 reno.yaml diff --git a/reno.yaml b/reno.yaml deleted file mode 100644 index 3ed08de7..00000000 --- a/reno.yaml +++ /dev/null @@ -1 +0,0 @@ -release_tag_re: ((?:[v\d.ab]|rc)+) diff --git a/requirements-docs.txt b/requirements-docs.txt index 2bd1e0e2..26f62aca 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -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 669343a2..a5be53c7 100644 --- 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} -- 2.16.6