chore: rename CHANGELOG to CHANGELOG.md
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2355>
This commit is contained in:
parent
afe534db4a
commit
48383952c1
11 changed files with 8234 additions and 8518 deletions
|
|
@ -1,13 +1,13 @@
|
|||
[tool.towncrier]
|
||||
package = "changes"
|
||||
package_dir = ""
|
||||
filename = "CHANGELOG"
|
||||
directory = "changes/changelog.d/"
|
||||
start_string = ".. towncrier\n"
|
||||
template = "changes/template.rst"
|
||||
filename = "CHANGELOG.md"
|
||||
directory = "changes/changelog.d"
|
||||
start_string = "<!-- towncrier -->\n"
|
||||
template = "changes/template.md.j2"
|
||||
issue_format = ""
|
||||
title_format = "{version} (unreleased)"
|
||||
underlines = "-"
|
||||
title_format = ""
|
||||
underlines = [""]
|
||||
|
||||
[[tool.towncrier.section]]
|
||||
path = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue