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 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-04 08:24:54 -08:00
commit b361383051
3 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
Fix misc changelog fragment type to show content (was showing empty entries)

View file

@ -56,7 +56,7 @@ Fragments are automatically collected into `CHANGELOG.md` (at repo root) during
| `bugfix` | `bugfix/` | Bug fixes | | `bugfix` | `bugfix/` | Bug fixes |
| `infra` | `infra/` | Infrastructure changes | | `infra` | `infra/` | Infrastructure changes |
| `doc` | `doc/` | Documentation updates | | `doc` | `doc/` | Documentation updates |
| `misc` | `misc/` | Other (content hidden in changelog) | | `misc` | `misc/` | Other changes |
## Runner Environment ## Runner Environment

View file

@ -37,4 +37,4 @@ showcontent = true
[[tool.towncrier.type]] [[tool.towncrier.type]]
directory = "misc" directory = "misc"
name = "Miscellaneous" name = "Miscellaneous"
showcontent = false showcontent = true