You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
841 B
32 lines
841 B
2 years ago
|
[tool.towncrier]
|
||
|
directory = "changelog.d"
|
||
|
filename = "CHANGES.md"
|
||
|
name = "Changes in Element X"
|
||
|
template = "tools/towncrier/template.md"
|
||
|
issue_format = "[#{issue}](https://github.com/vector-im/element-x-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 = "misc"
|
||
|
name = "Other changes"
|
||
|
showcontent = true
|