-
Notifications
You must be signed in to change notification settings - Fork 125
/
towncrier.toml
42 lines (34 loc) · 915 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
42
[tool.towncrier]
name = "libxkbcommon"
directory = "changes"
filename = "NEWS.md"
start_string = "<!-- towncrier release notes start -->\n"
all_bullets = true
single_file = true
orphan_prefix = "+"
underlines = ["=", "-", ""]
title_format = "{name} [{version}](https://github.com/xkbcommon/libxkbcommon/tree/xkbcommon-{version}) - {project_date}"
issue_format = "[#{issue}](https://github.com/xkbcommon/libxkbcommon/issues/{issue})"
# Sections configuration
[[tool.towncrier.section]]
name = "API"
path = "api"
[[tool.towncrier.section]]
name = "Tools"
path = "tools"
[[tool.towncrier.section]]
name = "Build system"
path = "build"
# Fragments configuration
[[tool.towncrier.type]]
directory = "breaking"
name = "Breaking changes"
showcontent = true
[[tool.towncrier.type]]
directory = "feature"
name = "New"
showcontent = true
[[tool.towncrier.type]]
directory = "bugfix"
name = "Fixes"
showcontent = true