File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616else :
1717 from typing_extensions import Protocol
1818
19- FORMAT_ENTRYPOINT = "commitizen.format "
19+ FORMAT_ENTRYPOINT = "commitizen.changelog_format "
2020DEFAULT_FORMAT = "markdown"
2121DEFAULT_TEMPLATE_EXTENSION = "j2"
2222
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ cz_conventional_commits = "commitizen.cz.conventional_commits:ConventionalCommit
8383cz_jira = " commitizen.cz.jira:JiraSmartCz"
8484cz_customize = " commitizen.cz.customize:CustomizeCommitsCz"
8585
86- [tool .poetry .plugins ."commitizen .format " ]
86+ [tool .poetry .plugins ."commitizen .changelog_format " ]
8787markdown = " commitizen.formats.markdown:Markdown"
8888asciidoc = " commitizen.formats.asciidoc:AsciiDoc"
8989textile = " commitizen.formats.textile:Textile"
You can’t perform that action at this time.
0 commit comments