Skip to content

Commit 11e24d3

Browse files
committed
refactor(templates): rename as "keep_a_changelog_template.j2"
1 parent 5b9c564 commit 11e24d3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

commitizen/commands/changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __call__(self):
6767
break
6868

6969
template_file = pkg_resources.resource_string(
70-
__name__, "../templates/changelog_template.j2"
70+
__name__, "../templates/keep_a_changelog_template.j2"
7171
).decode("utf-8")
7272
jinja_template = Template(template_file)
7373
changelog_str = jinja_template.render(entries=entries)

0 commit comments

Comments
 (0)