Skip to content

Commit ad15002

Browse files
committed
Fix path to template file in pyproject.toml
1 parent e3aa9c6 commit ad15002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package = "pulp_python"
33
filename = "CHANGES.rst"
44
directory = "CHANGES/"
55
title_format = "{version} ({project_date})"
6-
template = "CHANGES/.TEMPLATE.rst"
6+
template = "CHANGES/.TEMPLATE.md"
77
issue_format = "`#{issue} <https://github.com/pulp/pulp_python/issues/{issue}>`__"
88

99
[tool.check-manifest]

0 commit comments

Comments
 (0)