twisted / towncrier

Manage the release notes for your project.
https://towncrier.readthedocs.io
MIT License
755 stars 107 forks source link

Don't allow multiple sections with the same path #606

Closed SmileyChris closed 2 weeks ago

SmileyChris commented 1 month ago

Each section needs a unique path for towncrier to correctly pick up and build news fragments for that section.

It could be a good improvement to error out if the configuration file has multiple sections with the same path (even if that path is "").

adiroiban commented 1 month ago

Thanks for the follow up.

I think that as part of this work, we should also document the "default section" , in the configuration documentation where sections are mentioned

I can be:

SmileyChris commented 2 weeks ago

Fixed