summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2019-11-02 20:27:23 -0400
committerPaul Ganssle <paul@ganssle.io>2019-11-02 21:46:39 -0400
commit3c9ccaa8478eabdfde90ab1c92d356c6d1fb3c87 (patch)
tree0db1b508570eaafcf5b1057f9c6259714f5d6ac4
parent58a4e46021dd2e441d443e65d260b97c19d49bd5 (diff)
downloaddateutil-git-3c9ccaa8478eabdfde90ab1c92d356c6d1fb3c87.tar.gz
Change "Misc" to showcontent=True
Many of these miscellaneous items would actually be interesting to downstream consumers, even though they are not "bugfixes" (e.g. changes to the test suite or package metadata). Rather than ask contributors to decide whether their contribution meets this standard, we'll instead manually curate which PRs are "hidden" in the changelog.
-rw-r--r--changelog.d/template.rst5
-rw-r--r--pyproject.toml2
2 files changed, 1 insertions, 6 deletions
diff --git a/changelog.d/template.rst b/changelog.d/template.rst
index 8adffdf..933549d 100644
--- a/changelog.d/template.rst
+++ b/changelog.d/template.rst
@@ -9,15 +9,10 @@
{{ definitions[category]['name'] }}
{{ underline * definitions[category]['name']|length }}
-{% if definitions[category]['showcontent'] %}
{% for text, values in sections[section][category].items() %}
- {{ text }}
{% endfor %}
-{% else %}
-- {{ sections[section][category]['']|join(', ') }}
-
-{% endif %}
{% if sections[section][category]|length == 0 %}
No significant changes.
diff --git a/pyproject.toml b/pyproject.toml
index 2c73368..e83d69f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -44,5 +44,5 @@ build-backend = "setuptools.build_meta"
[[tool.towncrier.type]]
directory = "misc"
name = "Misc"
- showcontent = false
+ showcontent = true