Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5600d1e

Browse files
authored
Merge pull request #382 from tomschr/bugfix/378-typo-towncrier-config
Fix #378: Typos in Towncrier config
2 parents 223e027 + d8d80fa commit 5600d1e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog.d/378.trivial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix some typos in Towncrier configuration

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ template = "changelog.d/_template.rst"
4545
name = "Breaking Changes"
4646

4747
[tool.towncrier.fragment.bugfix]
48-
name = "Bug fixes"
48+
name = "Bug Fixes"
4949

5050
[tool.towncrier.fragment.deprecation]
5151
name = "Deprecations"
5252

5353
[tool.towncrier.fragment.doc]
54-
name = "Improved documentation"
54+
name = "Improved Documentation"
5555

5656
[tool.towncrier.fragment.feature]
5757
name = "Features"

0 commit comments

Comments
 (0)