Skip to content

Commit

Permalink
revert towncrier config format change
Browse files Browse the repository at this point in the history
  • Loading branch information
onerandomusername committed Sep 30, 2022
1 parent c7f8170 commit a2b4b8e
Showing 1 changed file with 29 additions and 23 deletions.
52 changes: 29 additions & 23 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,35 @@ title_format = "v{version}"
underlines = "-~"
issue_format = ":issue:`{issue}`"

[tool.towncrier.fragment.breaking]
name = "Breaking Changes"
showcontent = true

[tool.towncrier.fragment.deprecate]
name = "Deprecations"
showcontent = true

[tool.towncrier.fragment.feature]
name = "New Features"
showcontent = true

[tool.towncrier.fragment.bugfix]
name = "Bug Fixes"
showcontent = true

[tool.towncrier.fragment.doc]
name = "Documentation"
showcontent = true

[tool.towncrier.fragment.misc]
name = "Miscellaneous"
showcontent = true
[[tool.towncrier.type]]
directory = "breaking"
name = "Breaking Changes"
showcontent = true

[[tool.towncrier.type]]
directory = "deprecate"
name = "Deprecations"
showcontent = true

[[tool.towncrier.type]]
directory = "feature"
name = "New Features"
showcontent = true

[[tool.towncrier.type]]
directory = "bugfix"
name = "Bug Fixes"
showcontent = true

[[tool.towncrier.type]]
directory = "doc"
name = "Documentation"
showcontent = true

[[tool.towncrier.type]]
directory = "misc"
name = "Miscellaneous"
showcontent = true


[tool.slotscheck]
Expand Down

0 comments on commit a2b4b8e

Please sign in to comment.