2024-08-04 13:36:11 +03:00
|
|
|
[tool.towncrier]
|
|
|
|
name = "obsidian-export"
|
|
|
|
directory = "changelog.d"
|
|
|
|
filename = "CHANGELOG.md"
|
|
|
|
start_string = "<!-- towncrier release notes start -->\n"
|
|
|
|
underlines = ["", "", ""]
|
2024-08-25 14:23:41 +03:00
|
|
|
title_format = "## [{version}](https://github.com/zoni/obsidian-export/tree/{version}) - {project_date}"
|
2024-08-04 13:36:11 +03:00
|
|
|
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
|