ideas icon indicating copy to clipboard operation
ideas copied to clipboard

Close milestone when release is published

Open bkeepers opened this issue 8 years ago • 1 comments

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 v e.g. v1.0.0 and 1.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. The 1.2.0 milestone is automatically closed, and the 1.2.1, 1.3.0 , and 2.0.0 milestones are automatically created.

bkeepers avatar Oct 17 '17 12:10 bkeepers

I made this! https://github.com/johnbillion/probot-semver

GitHub
probot-semver - A Probot app that provides automatic semantic versioning support

johnbillion avatar Oct 28 '17 01:10 johnbillion