[tool.towncrier] package = "certbot" directory = "newsfragments" filename = "certbot/CHANGELOG.md" title_format = "## {version} - {project_date}" issue_format = "[#{issue}](https://github.com/certbot/certbot/issues/{issue})" issue_pattern = "\\d+" ignore = [] # Our three custom news fragment types, declared in order of how we'd like them # to appear in the changelog [[tool.towncrier.type]] directory = "added" name = "Added" showcontent = true [[tool.towncrier.type]] directory = "changed" name = "Changed" showcontent = true [[tool.towncrier.type]] directory = "fixed" name = "Fixed" showcontent = true