Skip to content

Commit

Permalink
Merge pull request #425 from jenshnielsen/fix_readme_typo
Browse files Browse the repository at this point in the history
Fix documentation of fragment configuration in README
  • Loading branch information
adiroiban committed Sep 6, 2022
2 parents 5fb8fc8 + 698288d commit 474e489
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@ Furthermore, you can customize each of your own fragment types using:
[tool.towncrier]
# To add custom fragment types, with default setting, just add an empty section.
[tool.towncrier.feat]
[tool.towncrier.fix]
[tool.towncrier.fragment.feat]
[tool.towncrier.fragment.fix]
# Custom fragment types can have custom attributes
# that are used when rendering the result based on the template.
[tool.towncrier.chore]
[tool.towncrier.fragment.chore]
name = "Other Tasks"
showcontent = false
Expand Down
1 change: 1 addition & 0 deletions src/towncrier/newsfragments/424.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Correct a typo in the readme that incorrectly documented custom fragments in a format that does not work.

0 comments on commit 474e489

Please sign in to comment.