Skip to content

Commit 8876c4d

Browse files
committed
fix towncrier template name
1 parent 3507b6a commit 8876c4d

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
@@ -144,7 +144,7 @@ addopts = "-vv --doctest-modules -p no:warnings --ignore-glob='*mock*'"
144144
package = "jdiff"
145145
directory = "changes"
146146
filename = "docs/release_notes.md"
147-
template = "changes/towncrier_template.j2"
147+
template = "towncrier_template.j2"
148148
start_string = "<!-- towncrier release notes start -->"
149149
issue_format = "[#{issue}](https://github.com/networktocode/jdiff/issues/{issue})"
150150

0 commit comments

Comments
 (0)