We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19efaa8 commit 38fe5bfCopy full SHA for 38fe5bf
commitizen/commands/changelog.py
@@ -176,6 +176,7 @@ def _write_changelog(
176
177
def _export_template(self) -> None:
178
tpl = changelog.get_changelog_template(self.cz.template_loader, self.template)
179
+ # TODO: fix the following type ignores
180
src = Path(tpl.filename) # type: ignore
181
Path(self.export_template_to).write_text(src.read_text()) # type: ignore
182
0 commit comments