diff --git a/pyproject.toml b/pyproject.toml index 0ed6241..ac7f9f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ release = [ "git tag -a $(hatch version) -m \"Create version $(hatch version)\"", "git push --tags", "git-changelog -o CHANGELOG.md", - "git -m 'Update CHANGELOG' CHANGELOG.md", + "git commit -m 'Update CHANGELOG' CHANGELOG.md", "git push" ] test_release = [