We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed1ae4 commit a06439cCopy full SHA for a06439c
newsfragments/2365.misc.rst
@@ -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
@@ -15,3 +15,23 @@ showcontent=true
15
directory = "deprecation"
16
name = "Deprecations"
17
showcontent = true
18
+
19
+[[tool.towncrier.type]]
20
+directory = "bugfix"
21
+name="Bugfixes"
22
+showcontent=true
23
24
25
+directory = "doc"
26
+name="Documentation Updates"
27
28
29
30
+directory = "feature"
31
+name="Features"
32
33
34
35
+directory = "misc"
36
+name="Misc"
37
0 commit comments