kiwiproject / kiwiproject-changelog

Generates change logs
MIT License
1 stars 0 forks source link

Ensure tickets are not missed if category order doesn't include a category #143

Closed sleberknight closed 3 months ago

sleberknight commented 3 months ago

If the tickets retrieved from GitHub include a category that is not in the category order specified in the CLI arguments (or config file), those tickets are ignored and do not get included in the generated change log.

If one or more categories is not in the category order, then print a warning about the missing categories, and include them after the categories in the original category order.