mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
37 lines
960 B
TOML
37 lines
960 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/element-hq/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 = "wip"
|
|
name = "In development 🚧"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "doc"
|
|
name = "Improved Documentation 📚"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "sdk"
|
|
name = "SDK API changes ⚠️"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "misc"
|
|
name = "Other changes"
|
|
showcontent = true
|