scientific-python / changelist

Prepare an automatic changelog from GitHub pull requests
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Allow prioritization of API changes entry #41

Open stefanv opened 11 months ago

stefanv commented 11 months ago

It would be useful to prioritize certain sections, such as the API changes. For skimage, I imagine we'd want new features, then API changes, then all the rest. So maybe something like:

priority_categories = [a, b, c]

?

lagru commented 11 months ago

We can already sort sections by the order in which they appear in the label-regex-to-section-map but it sounds like you want more prioritization than that? Or do you want something different?