diff --git a/pyproject.toml b/pyproject.toml index d23cb629f..52668b9ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,10 +46,6 @@ requires = [ ] [tool.tbump] -[[tool.tbump.before_commit]] -cmd = "towncrier build --yes --version {new_version}" -name = "create & check changelog" - [[tool.tbump.before_commit]] cmd = "git add CHANGELOG.md" name = "create & check changelog"