Moved towncrier to project root
parent
4a03e32882
commit
e548c4e531
@ -1,9 +1,9 @@
|
|||||||
[tool.towncrier]
|
[tool.towncrier]
|
||||||
#package = "mypackage"
|
#package = "mypackage"
|
||||||
#package_dir = "src"
|
package_dir = "towncrier"
|
||||||
filename = "CHANGELOG.md"
|
filename = "CHANGELOG.md"
|
||||||
underlines = ["-", "", ""]
|
underlines = ["-", "", ""]
|
||||||
template = "template.md"
|
template = "towncrier/template.md"
|
||||||
title_format = "v{version} - {project_date}"
|
title_format = "v{version} - {project_date}"
|
||||||
issue_format = "[#{issue}](https://github.com/Mailu/Mailu/issues/{issue})"
|
issue_format = "[#{issue}](https://github.com/Mailu/Mailu/issues/{issue})"
|
||||||
start_string = "upgrading Freposte.io as some changes will include useful notes.\n"
|
start_string = "<!-- TOWNCRIER -->"
|
Loading…
Reference in New Issue