probot-semver
probot-semver copied to clipboard
A GitHub app that provides automatic semantic versioning support
I don't have the spare capacity to improve and maintain this repo, as much as I'd like to. Looking for an owner to take over it. @bkeepers Are you interested?
The https://github.com/octokit/node-github project doesn't use milestones for minor and patch releases, so the automatic creation of those milestones is not desired. There should be a Yaml config option to disable...
Does Probot semver need to handle pre-release milestones and releases? For example, betas.
When you push a tag, Probot semver looks for open issues in the corresponding milestone (in order to warn you if there are any), but it doesn't look for PRs...
If you push a tag and the corresponding milestone still has open issues, Probot semver automatically opens an issue to warn you about this, but you can still go on...
When my project is on version `1.1.0` and I release `1.2.0`, should the `1.1.1` milestone also be closed? Is it safe to assume that for most projects the previous major...