1
1
[tool .towncrier ]
2
- package =" web3"
3
- filename = " docs/releases.rst"
4
- directory = " newsfragments"
5
- underlines = [" -" , " ~" , " ^" ]
6
- issue_format = " `#{issue} <https://github.com/ethereum/web3.py/issues/{issue}>`__"
7
- title_format = " v{version} ({project_date})"
2
+ # Read https://github.com/ethereum/web3.py/blob/main/newsfragments/README.md for instructions
3
+ package = " web3"
4
+ filename = " docs/releases.rst"
5
+ directory = " newsfragments"
6
+ underlines = [" -" , " ~" , " ^" ]
7
+ title_format = " web3.py v{version} ({project_date})"
8
+ issue_format = " `#{issue} <https://github.com/ethereum/web3.py/issues/{issue}>`__"
8
9
9
10
[[tool .towncrier .type ]]
10
- directory = " feature "
11
- name = " Features "
11
+ directory = " breaking "
12
+ name = " Breaking Changes "
12
13
showcontent = true
13
14
14
15
[[tool .towncrier .type ]]
@@ -17,18 +18,18 @@ name = "Bugfixes"
17
18
showcontent = true
18
19
19
20
[[tool .towncrier .type ]]
20
- directory = " performance "
21
- name = " Performance improvements "
21
+ directory = " deprecation "
22
+ name = " Deprecations "
22
23
showcontent = true
23
24
24
25
[[tool .towncrier .type ]]
25
- directory = " doc "
26
+ directory = " docs "
26
27
name = " Improved Documentation"
27
28
showcontent = true
28
29
29
30
[[tool .towncrier .type ]]
30
- directory = " removal "
31
- name = " Deprecations and Removals "
31
+ directory = " feature "
32
+ name = " Features "
32
33
showcontent = true
33
34
34
35
[[tool .towncrier .type ]]
@@ -38,10 +39,15 @@ showcontent = true
38
39
39
40
[[tool .towncrier .type ]]
40
41
directory = " misc"
41
- name = " Miscellaneous changes "
42
+ name = " Miscellaneous Changes "
42
43
showcontent = false
43
44
44
45
[[tool .towncrier .type ]]
45
- directory = " breaking"
46
- name = " Breaking changes"
46
+ directory = " performance"
47
+ name = " Performance Improvements"
48
+ showcontent = true
49
+
50
+ [[tool .towncrier .type ]]
51
+ directory = " removal"
52
+ name = " Removals"
47
53
showcontent = true
0 commit comments