mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 02:27:47 +00:00
Moved towncrier to project root
This commit is contained in:
@@ -5,6 +5,8 @@ Notable changes to this project are documented in the current file. For more
|
|||||||
details about individual changes, see the Git log. You should read this before
|
details about individual changes, see the Git log. You should read this before
|
||||||
upgrading Freposte.io as some changes will include useful notes.
|
upgrading Freposte.io as some changes will include useful notes.
|
||||||
|
|
||||||
|
<!-- TOWNCRIER -->
|
||||||
|
|
||||||
v1.6.1 - unreleased
|
v1.6.1 - unreleased
|
||||||
-------------------
|
-------------------
|
||||||
- Enhancement: Make Unbound drop privileges after binding to port
|
- Enhancement: Make Unbound drop privileges after binding to port
|
||||||
|
|||||||
@@ -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 -->"
|
||||||
Reference in New Issue
Block a user