From 1077bbd937c1dae05d27ea254fd640357a09b2ee Mon Sep 17 00:00:00 2001 From: sousaedu Date: Thu, 15 Apr 2021 01:18:59 +0200 Subject: [PATCH] Adding release_notes to tox Change-Id: Ic003e61f79dd967b2eabbf49bf82c3915f23976a Signed-off-by: sousaedu --- tox.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tox.ini b/tox.ini index 61f96bd8..7d0a3d2f 100644 --- a/tox.ini +++ b/tox.ini @@ -30,6 +30,14 @@ deps = -r{toxinidir}/requirements.txt parallel_show_output = true +####################################################################################### +[testenv:release_notes] +deps = reno +skip_install = true +commands = + reno new {posargs:new_feature} + + ####################################################################################### [testenv:black] deps = black -- 2.17.1