From 7ea8ef6cbb314c1112299839c03882fb3a18f2ec Mon Sep 17 00:00:00 2001 From: Richard Nemeth Date: Thu, 4 Aug 2022 14:58:11 +0000 Subject: [PATCH] ci: dont do incremental updats to the changelog --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 044f8b6..2b3db36 100644 --- a/tox.ini +++ b/tox.ini @@ -45,7 +45,7 @@ commands = setenv = file|tox.env passenv = CONTAINER_HOST commands = - cz changelog --incremental + cz changelog [flake8] max-line-length = 99