summaryrefslogtreecommitdiff
path: root/towncrier.toml
blob: 54ee6c422669cfbf2fd92012bc1a218a1b9b221f (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
[tool.towncrier]
    package = ""
    directory = "newsfragments"
    filename = "NEWS"
    template = "tools/NEWS.template.jinja"
    title_format = "\n## New with {version} (released {project_date})\n"
    start_string = "<!--(towncrier release notes start)-->"
    [[tool.towncrier.section]]
        path = ""

    [[tool.towncrier.type]]
        directory = "security"
        name = "Security fixes"
        showcontent = false

    [[tool.towncrier.type]]
        directory = "backend"
        name = "Backends"
        showcontent = true

    [[tool.towncrier.type]]
        directory = "frontend"
        name = "Frontends"
        showcontent = true

    [[tool.towncrier.type]]
        directory = "removal"
        name = "Deprecations and removals"
        showcontent = true

    [[tool.towncrier.type]]
        directory = "misc"
        name = "Miscellaneous"
        showcontent = true