From 0f58a14def50b9b9112ec25cef97b9593ce86b8a Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 24 Oct 2022 13:42:53 -0300 Subject: [PATCH] Fix towncrier command for latest version --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0c1655b..20ffd99 100644 --- a/tox.ini +++ b/tox.ini @@ -47,7 +47,7 @@ passenv = * deps = towncrier commands = - towncrier --version {posargs} --yes + towncrier build --version {posargs} --yes [testenv:docs] basepython = python3