forked from ethereum/trin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
48 lines (40 loc) · 1.14 KB
/
pyproject.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
43
44
45
46
47
48
[tool.towncrier]
# Read https://github.com/ethereum/trin/newsfragments/README.md for instructions
filename = "docs/release_notes.md"
directory = "newsfragments"
underlines = ["", ""]
issue_format = "[#{issue}](https://github.com/ethereum/trin/issues/{issue})"
start_string = "[//]: # (towncrier release notes start)"
title_format = "## {version} ({project_date})"
[[tool.towncrier.type]]
directory = "added"
name = "### Features"
showcontent = true
[[tool.towncrier.type]]
directory = "changed"
name = "### Changed Functionality"
showcontent = true
[[tool.towncrier.type]]
directory = "deprecated"
name = "### Soon-to-be Removed Features"
showcontent = true
[[tool.towncrier.type]]
directory = "removed"
name = "### Removed Features"
showcontent = true
[[tool.towncrier.type]]
directory = "fixed"
name = "### Bugfixes"
showcontent = true
[[tool.towncrier.type]]
directory = "security"
name = "### Security Improvements"
showcontent = true
[[tool.towncrier.type]]
directory = "internal"
name = "### Internal Changes - for Trin Contributors"
showcontent = true
[[tool.towncrier.type]]
directory = "doc"
name = "### Improved Documentation"
showcontent = true