Skip to content
This repository has been archived by the owner on May 17, 2020. It is now read-only.
/ probot-semver Public archive

A GitHub app that provides automatic semantic versioning support

License

Notifications You must be signed in to change notification settings

johnbillion/probot-semver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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