Remove towncrier file
This commit is contained in:
parent
b55584cca4
commit
c67d961fdb
1 changed files with 0 additions and 31 deletions
|
|
@ -1,31 +0,0 @@
|
|||
[tool.towncrier]
|
||||
directory = "changelog.d"
|
||||
filename = "CHANGES.md"
|
||||
name = "Changes in Element X"
|
||||
template = "tools/towncrier/template.md"
|
||||
issue_format = "[#{issue}](https://github.com/element-hq/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue