Skip to content

Commit

Permalink
Merge pull request #2521 from nicoddemus/show-trivial-changelog
Browse files Browse the repository at this point in the history
Show "trivial" category in CHANGELOG
  • Loading branch information
RonnyPfannschmidt committed Jun 23, 2017
2 parents 22b7701 + 6de19ab commit bb659fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog/_template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{% endif %}
{% if sections[section] %}
{% 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] %}

{{ definitions[category]['name'] }}
{{ underline * definitions[category]['name']|length }}
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ template = "changelog/_template.rst"

[[tool.towncrier.type]]
directory = "trivial"
name = "Trivial Changes"
showcontent = false
name = "Trivial/Internal Changes"
showcontent = true

0 comments on commit bb659fc

Please sign in to comment.