Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnbillion/probot-semver

A GitHub app that provides automatic semantic versioning support
https://github.com/johnbillion/probot-semver

probot probot-app semver

Last synced: 5 days ago
JSON representation

A GitHub app that provides automatic semantic versioning support

Awesome Lists containing this project

README

        

# Probot semver

> A GitHub app built with [Probot](https://github.com/probot/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](https://help.github.com/articles/creating-releases/):

* 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](docs/deploy.md) if you would like to run your own instance of this app.

```
# Install dependencies
npm install

# Run the bot
npm start
```