-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
Description
Hey there! After installing the latest Towncrier version, it stopped generating a release title (simply proceeding with the release details):

The config file is following:
[tool.towncrier]
directory = "CHANGELOG.D"
filename = "CHANGELOG.md"
template = "CHANGELOG.D/towncrier_template.md"
issue_format = "[#{issue}](https://github.com/neuro-inc/cookiecutter-neuro-project/issues/{issue})"
start_string = "[comment]: # (towncrier release notes start)\n"
[[tool.towncrier.type]]
directory = "feature"
name = "Features"
showcontent = true
[[tool.towncrier.type]]
directory = "bugfix"
name = "Bugfixes"
showcontent = true
[[tool.towncrier.type]]
directory = "doc"
name = "Improved Documentation"
showcontent = true
[[tool.towncrier.type]]
directory = "removal"
name = "Deprecations and Removals"
showcontent = true
[[tool.towncrier.type]]
directory = "misc"
name = "Misc"
showcontent = falseReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels