Skip to content

Commit a12eb0a

Browse files
committed
Towncrier: Enable issue_format key
1 parent 78224c3 commit a12eb0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

towncrier.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ directory = "changelog.d/"
88
title_format = "Version {version}"
99
# template = "changelog.d/_template.rst"
1010
# issue_format = "`#{issue} <https://github.com/python-attrs/attrs/issues/{issue}>`_"
11-
# issue_format = ":gh:`{issue}`"
11+
issue_format = ":gh:`{issue}`"
1212

1313
[tool.towncrier.fragment.breaking]
1414
name = "Breaking Changes"

0 commit comments

Comments
 (0)