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.
2 parents 22b7701 + 6de19ab commit bb659fcCopy full SHA for bb659fc
changelog/_template.rst
@@ -6,7 +6,7 @@
6
7
{% endif %}
8
{% if sections[section] %}
9
-{% for category, val in definitions.items() if category in sections[section] and category != 'trivial' %}
+{% for category, val in definitions.items() if category in sections[section] %}
10
11
{{ definitions[category]['name'] }}
12
{{ underline * definitions[category]['name']|length }}
pyproject.toml
@@ -31,5 +31,5 @@ template = "changelog/_template.rst"
31
32
[[tool.towncrier.type]]
33
directory = "trivial"
34
- name = "Trivial Changes"
35
- showcontent = false
+ name = "Trivial/Internal Changes"
+ showcontent = true
0 commit comments