[tool.towncrier] name = "obsidian-export" directory = "changelog.d" filename = "CHANGELOG.md" start_string = "\n" underlines = ["", "", ""] title_format = "## [{version}](https://github.com/zoni/obsidian-export/tree/{version}) - {project_date}" issue_format = "[#{issue}](https://github.com/zoni/obsidian-export/issues/{issue})" [[tool.towncrier.type]] directory = "new" name = "New Features" showcontent = true [[tool.towncrier.type]] directory = "change" name = "Changes" showcontent = true [[tool.towncrier.type]] directory = "fix" name = "Fixes" showcontent = true [[tool.towncrier.type]] directory = "breaking" name = "Backwards-incompatible Changes" showcontent = true [[tool.towncrier.type]] directory = "deprecation" name = "Deprecations" showcontent = true