Skip to content

Commit

Permalink
lsp-devtools: More compact towncrier settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Oct 6, 2023
1 parent 260578f commit 9bf9e18
Showing 1 changed file with 8 additions and 29 deletions.
37 changes: 8 additions & 29 deletions lib/lsp-devtools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,32 +75,11 @@ title_format = "v{version} - {project_date}"
issue_format = "`#{issue} <https://github.com/swyddfa/lsp-devtools/issues/{issue}>`_"
underlines = ["-", "^", "\""]

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

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

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

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

[[tool.towncrier.type]]
directory = "deprecated"
name = "Deprecated"
showcontent = true

[[tool.towncrier.type]]
directory = "misc"
name = "Misc"
showcontent = true
type = [
{ name = "Features", directory = "feature", showcontent = true },
{ name = "Fixes", directory = "fix", showcontent = true },
{ name = "Docs", directory = "doc", showcontent = true },
{ name = "Breaking Changes", directory = "breaking", showcontent = true },
{ name = "Deprecated", directory = "deprecated", showcontent = true },
{ name = "Misc", directory = "misc", showcontent = true },
]

0 comments on commit 9bf9e18

Please sign in to comment.