bitprophet / releases

A powerful Sphinx changelog-generating extension.
http://releases.readthedocs.io/
BSD 2-Clause "Simplified" License
176 stars 41 forks source link

Repeat issue #s #21

Closed kennethlove closed 10 years ago

kennethlove commented 10 years ago

Sometimes we have multiple items done by the same PR (I know, I know). It'd be nice to be able to list the same issue number multiple times in the changelog.

bitprophet commented 10 years ago

Looks like the deduping is there to assist in explicit releases (i.e. releases that say "I include issues 1, 2 and 5").

However it's mostly an implementation detail (uses a dict) so I'd probably accept a PR that changes the issues dict to store lists instead of individual items, and tweaks the access points accordingly. Maybe still shit out a warning if you find dupes though - it's pretty common on larger projects to typo into an accidental dupe.

bitprophet commented 10 years ago

@kennethlove This just got merged, please reopen if the new implementation doesn't work well for you. Dupes should now "just work."