probot-semver
probot-semver copied to clipboard
A GitHub app that provides automatic semantic versioning support
Probot semver
A GitHub app built with Probot that provides automatic semantic versioning support.
Features
When you push a tag:
- If there are open issues in the corresponding milestone, an issue detailing them is automatically created and assigned to the user who pushed the tag.
When you publish a release:
- The milestone for the release is automatically closed.
- Milestones for the next major, minor, and patch releases are automatically created, if they don't yet exist.
Installation
This can be installed on your repository as a GitHub App: https://github.com/apps/probot-semver
Running Your Own Instance
See docs/deploy.md if you would like to run your own instance of this app.
# Install dependencies
npm install
# Run the bot
npm start