@@ -40,42 +40,24 @@ template = "changelog.d/_template.rst"
40
40
# issue_format = "`#{issue} <https://github.com/python-attrs/attrs/issues/{issue}>`_"
41
41
# issue_format = ":gh:`{issue}`"
42
42
43
- # [[tool.towncrier.type]]
44
- # directory = "breaking"
45
- # name = "Breaking Changes"
46
- # showcontent = true
47
43
48
- [[tool .towncrier .type ]]
49
- directory = " deprecation"
50
- name = " Deprecations"
51
- showcontent = true
44
+ [tool .towncrier .fragment .breaking ]
45
+ name = " Breaking Changes"
52
46
53
- [[tool .towncrier .type ]]
54
- directory = " feature"
55
- name = " Features"
56
- showcontent = true
47
+ [tool .towncrier .fragment .bugfix ]
48
+ name = " Bug fixes"
57
49
58
- # [[tool.towncrier.type]]
59
- # directory = "improvement"
60
- # name = "Improvements"
61
- # showcontent = true
50
+ [tool .towncrier .fragment .deprecation ]
51
+ name = " Deprecations"
62
52
63
- [[tool .towncrier .type ]]
64
- directory = " bugfix"
65
- name = " Bug Fixes"
66
- showcontent = true
53
+ [tool .towncrier .fragment .doc ]
54
+ name = " Improved documentation"
67
55
68
- [[tool .towncrier .type ]]
69
- directory = " doc"
70
- name = " Improved Documentation"
71
- showcontent = true
56
+ [tool .towncrier .fragment .feature ]
57
+ name = " Features"
72
58
73
- [[tool .towncrier .type ]]
74
- directory = " trivial"
75
- name = " Trivial/Internal Changes"
76
- showcontent = true
59
+ [tool .towncrier .fragment .removal ]
60
+ name = " Removals"
77
61
78
- [[tool .towncrier .type ]]
79
- directory = " removal"
80
- name = " Removals"
81
- showcontent = true
62
+ [tool .towncrier .fragment .trivial ]
63
+ name = " Trivial/Internal Changes"
0 commit comments