You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
342 B
TOML
10 lines
342 B
TOML
6 years ago
|
[tool.towncrier]
|
||
|
#package = "mypackage"
|
||
6 years ago
|
package_dir = "towncrier"
|
||
6 years ago
|
filename = "CHANGELOG.md"
|
||
|
underlines = ["-", "", ""]
|
||
6 years ago
|
template = "towncrier/template.md"
|
||
6 years ago
|
title_format = "v{version} - {project_date}"
|
||
|
issue_format = "[#{issue}](https://github.com/Mailu/Mailu/issues/{issue})"
|
||
6 years ago
|
start_string = "<!-- TOWNCRIER -->"
|