Skip to content

Use milestones to create release notes #67

@alexcanessa

Description

@alexcanessa

Give the option to:

  1. List only issues that have Milestones, which I imagine would be just an option:
{
    "onlyMilestones": true
}
  1. 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}}"
}
  1. Use the description of the milestone in the release body.
  2. Consider to filter only closed milestones (?)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions