We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, with the latest version of towncrier the top line is twice applied leading to a weird text and invalid rST.
pyproject.toml
[tool.towncrier] filename = "CHANGELOG.rst" directory = "news/" title_format = "{version} ({project_date})" [[tool.towncrier.type]] directory = "feature" name = "Features" showcontent = true
news/123.feature
dummy
CHANGELOG.rst
.. towncrier release notes start
If I now execute towncrier --yes --version 0.50.0, teh following text is generated:
towncrier --yes --version 0.50.0
0.50.0 (2021-06-28)0.50.0 (2021-06-28) =================== Features -------- - dummy (#1234) .. towncrier release notes start
The text was updated successfully, but these errors were encountered:
Can confirm the bug when a title_format is specified
title_format
Sorry, something went wrong.
This is a duplicate of #346 though.
Thanks, I'll close it
No branches or pull requests
Hi,
with the latest version of towncrier the top line is twice applied leading to a weird text and invalid rST.
pyproject.toml
news/123.feature
CHANGELOG.rst
.. towncrier release notes start
If I now execute
towncrier --yes --version 0.50.0
, teh following text is generated:CHANGELOG.rst
The text was updated successfully, but these errors were encountered: