Skip to content

Commit 6ae6c59

Browse files
committed
Explicitly declare towncrier fragment types
1 parent e6eba52 commit 6ae6c59

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,15 @@ title_format = "{version} ({project_date})"
6464
[[tool.towncrier.type]]
6565
directory = "breaking"
6666
name = "Breaking Changes"
67-
showcontent = true
67+
[[tool.towncrier.type]]
68+
directory = "bugfix"
69+
name = "Bug Fixes"
70+
[[tool.towncrier.type]]
71+
directory = "feature"
72+
name = "New Features"
73+
[[tool.towncrier.type]]
74+
directory = "misc"
75+
name = "Miscellaneous"
6876

6977
[tool.ruff]
7078
line-length = 88

0 commit comments

Comments
 (0)