-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Description
Situation
Current towncrier configuration uses a deprecated format (see Towncrier's configuration reference)
[[tool.towncrier.type]]
directory = "trivial"
name = "Trivial/Internal Changes"
showcontent = trueExpected Behavior
Use the new format:
[tool.towncrier.fragment.trivial]
name = "Trivial/Internal Changes"
showcontent = true(array of toml tables is deprecated)
tomschr
Metadata
Metadata
Assignees
Labels
No labels