Give the option to:
- List only issues that have Milestones, which I imagine would be just an option:
{
"onlyMilestones": true
}
- Create release notes based on milestones rather then on dates. only applicable to issues
To achieve it we need to create a matching system between the tag name and the milestone naming convention.
{
"dataSource": "milestones",
"milestoneMatch": "Release {{tag_name}}"
}
- Use the description of the milestone in the release body.
- Consider to filter only closed milestones (?)
Give the option to:
{ "onlyMilestones": true }To achieve it we need to create a matching system between the tag name and the milestone naming convention.
{ "dataSource": "milestones", "milestoneMatch": "Release {{tag_name}}" }