From b361383051fc2b0b37d84bf86f9ade3c3c784852 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Wed, 4 Feb 2026 08:24:54 -0800 Subject: [PATCH] Fix misc changelog type to show content The showcontent=false setting expected issue-number-style fragment names. Since blumeops uses branch names for fragments, change to showcontent=true so the content is displayed like other fragment types. Co-Authored-By: Claude Opus 4.5 --- docs/changelog.d/fix-quartz-git-dates.doc.md | 1 + docs/how-to/update-documentation.md | 2 +- towncrier.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 docs/changelog.d/fix-quartz-git-dates.doc.md diff --git a/docs/changelog.d/fix-quartz-git-dates.doc.md b/docs/changelog.d/fix-quartz-git-dates.doc.md new file mode 100644 index 0000000..84db7ed --- /dev/null +++ b/docs/changelog.d/fix-quartz-git-dates.doc.md @@ -0,0 +1 @@ +Fix misc changelog fragment type to show content (was showing empty entries) diff --git a/docs/how-to/update-documentation.md b/docs/how-to/update-documentation.md index 872dedb..9f6753d 100644 --- a/docs/how-to/update-documentation.md +++ b/docs/how-to/update-documentation.md @@ -56,7 +56,7 @@ Fragments are automatically collected into `CHANGELOG.md` (at repo root) during | `bugfix` | `bugfix/` | Bug fixes | | `infra` | `infra/` | Infrastructure changes | | `doc` | `doc/` | Documentation updates | -| `misc` | `misc/` | Other (content hidden in changelog) | +| `misc` | `misc/` | Other changes | ## Runner Environment diff --git a/towncrier.toml b/towncrier.toml index 199f4ea..387040f 100644 --- a/towncrier.toml +++ b/towncrier.toml @@ -37,4 +37,4 @@ showcontent = true [[tool.towncrier.type]] directory = "misc" name = "Miscellaneous" -showcontent = false +showcontent = true