2021-10-18 18:09:35 +02:00
|
|
|
[tool.towncrier]
|
|
|
|
|
version = "unused"
|
2023-07-18 18:52:38 +02:00
|
|
|
filename = "rendered.md"
|
|
|
|
|
template = "template.md.jinja"
|
2021-10-18 18:09:35 +02:00
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
|
directory = "breaking"
|
2023-07-18 18:52:38 +02:00
|
|
|
name = "Breaking Changes"
|
2021-10-18 18:09:35 +02:00
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
|
directory = "deprecation"
|
2023-07-18 18:52:38 +02:00
|
|
|
name = "Deprecations"
|
2021-10-18 18:09:35 +02:00
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
|
directory = "new"
|
2023-07-18 18:52:38 +02:00
|
|
|
name = "New Endpoints"
|
2021-10-18 18:09:35 +02:00
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
|
directory = "removal"
|
2023-07-18 18:52:38 +02:00
|
|
|
name = "Removed Endpoints"
|
2021-10-18 18:09:35 +02:00
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
|
directory = "feature"
|
2023-07-18 18:52:38 +02:00
|
|
|
name = "Backwards Compatible Changes"
|
2021-10-18 18:09:35 +02:00
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
|
directory = "clarification"
|
2023-07-18 18:52:38 +02:00
|
|
|
name = "Spec Clarifications"
|
2021-10-18 18:09:35 +02:00
|
|
|
showcontent = true
|
2023-07-18 18:52:38 +02:00
|
|
|
|
|
|
|
|
[[tool.towncrier.section]]
|
|
|
|
|
name = "Client-Server API"
|
|
|
|
|
path = "client_server"
|
|
|
|
|
|
|
|
|
|
[[tool.towncrier.section]]
|
|
|
|
|
name = "Server-Server API"
|
|
|
|
|
path = "server_server"
|
|
|
|
|
|
|
|
|
|
[[tool.towncrier.section]]
|
|
|
|
|
name = "Application Service API"
|
|
|
|
|
path = "application_service"
|
|
|
|
|
|
|
|
|
|
[[tool.towncrier.section]]
|
|
|
|
|
name = "Identity Service API"
|
|
|
|
|
path = "identity_service"
|
|
|
|
|
|
|
|
|
|
[[tool.towncrier.section]]
|
|
|
|
|
name = "Push Gateway API"
|
|
|
|
|
path = "push_gateway"
|
|
|
|
|
|
|
|
|
|
[[tool.towncrier.section]]
|
|
|
|
|
name = "Room Versions"
|
|
|
|
|
path = "room_versions"
|
|
|
|
|
|
|
|
|
|
[[tool.towncrier.section]]
|
|
|
|
|
name = "Appendices"
|
|
|
|
|
path = "appendices"
|
|
|
|
|
|
|
|
|
|
[[tool.towncrier.section]]
|
|
|
|
|
name = "Internal Changes/Tooling"
|
|
|
|
|
path = "internal"
|