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