aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 6e51df0..419a635 100644
--- a/tox.ini
+++ b/tox.ini
@@ -74,3 +74,10 @@ deps =
commands =
sphinx-apidoc -f -o docs/source src/mlia
make --directory docs html
+
+[testenv:changelog]
+description = Generate changelog using Commitizen.
+deps =
+ commitizen==3.13.0
+commands =
+ cz changelog --file-name RELEASES.md --incremental