Skip to content

Commit aa05bea

Browse files
committed
feat: new 'git-cz' entrypoint
Add 'git-cz' entrypoint in user's PATH. Project can now be invoked as 'git cz'. Fixes #60
1 parent 9576369 commit aa05bea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ isort = "^4.3.21"
6767

6868
[tool.poetry.scripts]
6969
cz = "commitizen.cli:main"
70+
git-cz = "commitizen.cli:main"
7071

7172
[build-system]
7273
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)