element-android/towncrier.toml
Adam Brown 053fe1e187 adding .dev towncrier category to the release notes
- the aim is to link  merged PRs to WIP features so that every change is traceable to every release
2022-01-14 11:21:56 +00:00

37 lines
958 B
TOML

[tool.towncrier]
directory = "changelog.d"
filename = "CHANGES.md"
name = "Changes in Element"
template = "tools/towncrier/template.md"
issue_format = "[#{issue}](https://github.com/vector-im/element-android/issues/{issue})"
[[tool.towncrier.type]]
directory = "feature"
name = "Features ✨"
showcontent = true
[[tool.towncrier.type]]
directory = "bugfix"
name = "Bugfixes 🐛"
showcontent = true
[[tool.towncrier.type]]
directory = "dev"
name = "In development"
showcontent = true
[[tool.towncrier.type]]
directory = "doc"
name = "Improved Documentation 📚"
showcontent = true
[[tool.towncrier.type]]
directory = "removal"
name = "SDK API changes ⚠️"
showcontent = true
[[tool.towncrier.type]]
directory = "misc"
name = "Other changes"
showcontent = true