We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68df773 commit d8d80faCopy full SHA for d8d80fa
changelog.d/378.trivial.rst
@@ -0,0 +1 @@
1
+Fix some typos in Towncrier configuration
pyproject.toml
@@ -45,13 +45,13 @@ template = "changelog.d/_template.rst"
45
name = "Breaking Changes"
46
47
[tool.towncrier.fragment.bugfix]
48
-name = "Bug fixes"
+name = "Bug Fixes"
49
50
[tool.towncrier.fragment.deprecation]
51
name = "Deprecations"
52
53
[tool.towncrier.fragment.doc]
54
-name = "Improved documentation"
+name = "Improved Documentation"
55
56
[tool.towncrier.fragment.feature]
57
name = "Features"
0 commit comments