File tree 1 file changed +20
-34
lines changed
1 file changed +20
-34
lines changed Original file line number Diff line number Diff line change @@ -17,37 +17,23 @@ directory = "changelog/"
17
17
title_format = " pytest-xdist {version} ({project_date})"
18
18
template = " changelog/_template.rst"
19
19
20
- [[tool .towncrier .type ]]
21
- directory = " removal"
22
- name = " Removals"
23
- showcontent = true
24
-
25
- [[tool .towncrier .type ]]
26
- directory = " deprecation"
27
- name = " Deprecations"
28
- showcontent = true
29
-
30
- [[tool .towncrier .type ]]
31
- directory = " feature"
32
- name = " Features"
33
- showcontent = true
34
-
35
- [[tool .towncrier .type ]]
36
- directory = " bugfix"
37
- name = " Bug Fixes"
38
- showcontent = true
39
-
40
- [[tool .towncrier .type ]]
41
- directory = " vendor"
42
- name = " Vendored Libraries"
43
- showcontent = true
44
-
45
- [[tool .towncrier .type ]]
46
- directory = " doc"
47
- name = " Improved Documentation"
48
- showcontent = true
49
-
50
- [[tool .towncrier .type ]]
51
- directory = " trivial"
52
- name = " Trivial Changes"
53
- showcontent = true
20
+ [tool .towncrier .fragment .removal ]
21
+ name = " Removals"
22
+
23
+ [tool .towncrier .fragment .deprecation ]
24
+ name = " Deprecations"
25
+
26
+ [tool .towncrier .fragment .feature ]
27
+ name = " Features"
28
+
29
+ [tool .towncrier .fragment .bugfix ]
30
+ name = " Bug Fixes"
31
+
32
+ [tool .towncrier .fragment .vendor ]
33
+ name = " Vendored Libraries"
34
+
35
+ [tool .towncrier .fragment .doc ]
36
+ name = " Improved Documentation"
37
+
38
+ [tool .towncrier .fragment .trivial ]
39
+ name = " Trivial Changes"
You can’t perform that action at this time.
0 commit comments