-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtowncrier.toml
48 lines (38 loc) · 1011 Bytes
/
towncrier.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
[tool.towncrier]
package = "lsst.ts.config_mtcalsys"
package_dir = "python"
filename = "doc/version-history.rst"
directory = "doc/news"
filename_format = "{name}.{type}.rst|{name}.{type}.md"
title_format = "{version} ({project_date})"
issue_format = "`{issue} <https://rubinobs.atlassian.net/browse/{issue}>`_"
[[tool.towncrier.section]]
name = "Package Level"
path = ""
[[tool.towncrier.section]]
name = "Interface Changes"
path = "interface_changes"
[[tool.towncrier.type]]
directory = "feature"
name = "New Features"
showcontent = true
[[tool.towncrier.type]]
directory = "bugfix"
name = "Bug Fixes"
showcontent = true
[[tool.towncrier.type]]
directory = "perf"
name = "Performance Enhancement"
showcontent = true
[[tool.towncrier.type]]
directory = "doc"
name = "Documentation"
showcontent = true
[[tool.towncrier.type]]
directory = "removal"
name = "API Removal or Deprecation"
showcontent = true
[[tool.towncrier.type]]
directory = "misc"
name = "Other Changes and Additions"
showcontent = true