Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f086c69

Browse files
committed
refactor(format): rename endpoint from commitizen.format to commitizen.changelog_format
1 parent 9c63bf9 commit f086c69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commitizen/formats/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
else:
1717
from typing_extensions import Protocol
1818

19-
FORMAT_ENTRYPOINT = "commitizen.format"
19+
FORMAT_ENTRYPOINT = "commitizen.changelog_format"
2020
DEFAULT_FORMAT = "markdown"
2121
DEFAULT_TEMPLATE_EXTENSION = "j2"
2222

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ cz_conventional_commits = "commitizen.cz.conventional_commits:ConventionalCommit
8383
cz_jira = "commitizen.cz.jira:JiraSmartCz"
8484
cz_customize = "commitizen.cz.customize:CustomizeCommitsCz"
8585

86-
[tool.poetry.plugins."commitizen.format"]
86+
[tool.poetry.plugins."commitizen.changelog_format"]
8787
markdown = "commitizen.formats.markdown:Markdown"
8888
asciidoc = "commitizen.formats.asciidoc:AsciiDoc"
8989
textile = "commitizen.formats.textile:Textile"

0 commit comments

Comments
 (0)