File: towncrier.toml

package info (click to toggle)
sane-backends 1.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 37,676 kB
  • sloc: ansic: 417,529; cpp: 33,564; makefile: 2,502; java: 1,412; sh: 701; python: 330; awk: 83; perl: 27
file content (34 lines) | stat: -rw-r--r-- 902 bytes parent folder | download | duplicates (4)
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