-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
towncrier.toml
41 lines (35 loc) · 939 Bytes
/
towncrier.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[tool.towncrier]
directory = "changelog.d"
filename = "changelog/v{version}.md"
package = "koan"
start_string = "<!-- towncrier release notes start -->\n"
underlines = ["", "", ""]
template = "changelog.d/changelog_template.jinja"
title_format = "# Koan [{version}](https://github.com/cobbler/koan/tree/v{version}) - {project_date}"
issue_format = "[#{issue}](https://github.com/cobbler/koan/issues/{issue})"
single_file = false
wrap = true
[[tool.towncrier.type]]
directory = "security"
name = "Security"
showcontent = true
[[tool.towncrier.type]]
directory = "removed"
name = "Removed"
showcontent = true
[[tool.towncrier.type]]
directory = "deprecated"
name = "Deprecated"
showcontent = true
[[tool.towncrier.type]]
directory = "added"
name = "Added"
showcontent = true
[[tool.towncrier.type]]
directory = "changed"
name = "Changed"
showcontent = true
[[tool.towncrier.type]]
directory = "fixed"
name = "Fixed"
showcontent = true