Skip to content

Commit a06439c

Browse files
committed
Add all types of towncrier documents to pyproject.toml
1 parent eed1ae4 commit a06439c

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

newsfragments/2365.misc.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Towncrier stopped printing original types of newsfragments when the
2+
``breaking-change`` and ``deprecation`` were added. Added them back.

pyproject.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,23 @@ showcontent=true
1515
directory = "deprecation"
1616
name = "Deprecations"
1717
showcontent = true
18+
19+
[[tool.towncrier.type]]
20+
directory = "bugfix"
21+
name="Bugfixes"
22+
showcontent=true
23+
24+
[[tool.towncrier.type]]
25+
directory = "doc"
26+
name="Documentation Updates"
27+
showcontent=true
28+
29+
[[tool.towncrier.type]]
30+
directory = "feature"
31+
name="Features"
32+
showcontent=true
33+
34+
[[tool.towncrier.type]]
35+
directory = "misc"
36+
name="Misc"
37+
showcontent=true

0 commit comments

Comments
 (0)