ideas
ideas copied to clipboard
Close milestone when release is published
Suggested by @danielbachhuber in https://github.com/probot/template/issues/12:
When I publish a release where the tag matches the milestone (or is separated by
ve.g.v1.0.0and1.0.0), it would be helpful to have the milestone automatically closed.
And @johnbillion added:
Added bonus: automatic creation of milestones for the next major, minor, and patch versions if they don't already exist.
Example: I publish
1.2.0. The1.2.0milestone is automatically closed, and the1.2.1,1.3.0, and2.0.0milestones are automatically created.
I made this! https://github.com/johnbillion/probot-semver
GitHub
probot-semver - A Probot app that provides automatic semantic versioning support