forked from pyinstaller/pyinstaller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtowncrier.toml
More file actions
23 lines (23 loc) · 1.12 KB
/
towncrier.toml
File metadata and controls
23 lines (23 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[tool.towncrier]
filename = "doc/CHANGES.rst"
directory = "news"
template = "news/_template.rst"
underlines = "-~^"
wrap = true
package = "PyInstaller"
title_format = "{version} ({project_date})"
section = [ { path = "" } ]
type = [
{ directory = "feature", name = "Features", showcontent = true },
{ directory = "bugfix", name = "Bugfix", showcontent = true },
{ directory = "breaking", name = "Incompatible Changes", showcontent = true },
{ directory = "deprecation", name = "Deprecations", showcontent = true },
{ directory = "hooks", name = "Hooks", showcontent = true },
{ directory = "bootloader", name = "Bootloader", showcontent = true },
{ directory = "moduleloader", name = "Module Loader", showcontent = true },
{ directory = "doc", name = "Documentation", showcontent = true },
{ directory = "process", name = "Project & Process", showcontent = true },
{ directory = "core", name = "PyInstaller Core", showcontent = true },
{ directory = "tests", name = "Test-suite and Continuous Integration", showcontent = true },
{ directory = "build", name = "Bootloader build", showcontent = true },
]