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>
+++ /dev/null
-release_tag_re: ((?:[v\d.ab]|rc)+)
-r requirements.txt
lfdocs-conf
-reno~=2.9.2
+reno~=2.10.0
sphinxcontrib-programoutput
commands =
lftools license check-dir lftools
lftools license check-dir -r '.+' shell
+
+[testenv:reno]
+deps = reno
+commands = reno {posargs:--help}