-
Notifications
You must be signed in to change notification settings - Fork 1
/
towncrier.toml
42 lines (35 loc) · 931 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]
filename = "CHANGELOG.md"
directory = ".changelog/news"
template = ".changelog/template.md.j2"
start_string = "<!-- towncrier release notes start -->"
single_file = true
wrap=true
[[tool.towncrier.type]]
directory = "api"
name = ":bulb: API Changes"
showcontent = true
[[tool.towncrier.type]]
directory = "feature"
name = ":rocket: Features"
showcontent = true
[[tool.towncrier.type]]
directory = "bug"
name = ":bug: Bug Fixes"
showcontent = true
[[tool.towncrier.type]]
directory = "doc"
name = ":memo: Documentation Improvements"
showcontent = true
[[tool.towncrier.type]]
directory = "dev"
name = ":sparkles: Development Milestone"
showcontent = true
[[tool.towncrier.type]]
directory = "maint"
name = ":hammer_and_wrench: Maintenance"
showcontent = true
[[tool.towncrier.type]]
directory = "author"
name = ":gift: Contributors"
showcontent = true