Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use milestones to create release notes #67

Closed
alexcanessa opened this issue Apr 12, 2017 · 2 comments
Closed

Use milestones to create release notes #67

alexcanessa opened this issue Apr 12, 2017 · 2 comments

Comments

@alexcanessa
Copy link
Member

alexcanessa commented Apr 12, 2017

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 (?)
@alexcanessa
Copy link
Member Author

@DawoudIO this is a feature that you asked for. If you can add your feedback on top of the description would be nice.

@alexcanessa alexcanessa modified the milestone: 0.9.0 Apr 17, 2017
@DawoudIO
Copy link

Sounds good please let me know when you have the build #

@alexcanessa alexcanessa modified the milestones: 0.10.0, Release 0.9.0 Sep 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants