github-tools / github-release-notes

Node module to create a release or a changelog from a tag and uses issues or commits to creating the release notes.
https://github-tools.github.io/github-release-notes/
GNU General Public License v3.0
883 stars 324 forks source link

Close a milestone after a release #215

Open tlinkowski opened 5 years ago

tlinkowski commented 5 years ago

First of all, thanks for a great app!

I'd like to propose the following new feature:

Right now, I have to do it manually, and it's easy to forget.

In order not to break backwards compatibility, it could be an opt-in behavior through a gren config file, e.g.

closeMilestoneAfterRelease: true