pyproject.toml 778 B

123456789101112131415161718192021222324252627282930
  1. [tool.towncrier]
  2. package = "synapse"
  3. filename = "CHANGES.md"
  4. directory = "changelog.d"
  5. issue_format = "[\\#{issue}](https://github.com/matrix-org/synapse/issues/{issue})"
  6. [[tool.towncrier.type]]
  7. directory = "feature"
  8. name = "Features"
  9. showcontent = true
  10. [[tool.towncrier.type]]
  11. directory = "bugfix"
  12. name = "Bugfixes"
  13. showcontent = true
  14. [[tool.towncrier.type]]
  15. directory = "doc"
  16. name = "Improved Documentation"
  17. showcontent = true
  18. [[tool.towncrier.type]]
  19. directory = "removal"
  20. name = "Deprecations and Removals"
  21. showcontent = true
  22. [[tool.towncrier.type]]
  23. directory = "misc"
  24. name = "Internal Changes"
  25. showcontent = true