2021-05-20 17:41:21 +03:00
|
|
|
[tool.towncrier]
|
2021-06-18 22:21:52 +03:00
|
|
|
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
|
|
|
|
|
2022-01-14 14:21:56 +03:00
|
|
|
[[tool.towncrier.type]]
|
2022-01-14 17:51:19 +03:00
|
|
|
directory = "wip"
|
2022-01-14 14:40:31 +03:00
|
|
|
name = "In development 🚧"
|
2022-01-14 14:21:56 +03:00
|
|
|
showcontent = true
|
|
|
|
|
2021-06-18 22:21:52 +03:00
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "doc"
|
|
|
|
name = "Improved Documentation 📚"
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
2022-01-14 19:22:46 +03:00
|
|
|
directory = "sdk"
|
2021-06-18 22:21:52 +03:00
|
|
|
name = "SDK API changes ⚠️"
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "misc"
|
|
|
|
name = "Other changes"
|
|
|
|
showcontent = true
|