summaryrefslogtreecommitdiff
path: root/towncrier.toml
blob: 52b4072b3b5d2de880e39edf7e2faf9b8f850a56 (plain)
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
49
50
[tool.towncrier]
version = "2.15.0"
directory = "doc/whatsnew/fragments"
filename = "doc/whatsnew/2/2.15/index.rst"
template = "doc/whatsnew/fragments/_template.rst"
issue_format = "`#{issue} <https://github.com/PyCQA/pylint/issues/{issue}>`_"

# Definition of fragment types.
# TODO: with the next towncrier release (21.9.1) it will be possible to define
# custom types as toml tables:
# https://github.com/twisted/towncrier#further-options
[[tool.towncrier.type]]
directory = "new_check"
name = "New Checks"
showcontent = true

[[tool.towncrier.type]]
directory = "removed_check"
name = "Removed Checks"
showcontent = true

[[tool.towncrier.type]]
directory = "extension"
name = "Extensions"
showcontent = true

[[tool.towncrier.type]]
directory = "false_positive"
name = "False Positives Fixed"
showcontent = true

[[tool.towncrier.type]]
directory = "false_negative"
name = "False Negatives Fixed"
showcontent = true

[[tool.towncrier.type]]
directory = "bugfix"
name = "Other Bug Fixes"
showcontent = true

[[tool.towncrier.type]]
directory = "other"
name = "Other Changes"
showcontent = true

[[tool.towncrier.type]]
directory = "internal"
name = "Internal Changes"
showcontent = true