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

https://github.com/uber-workflow/probot-app-release-notes

Sets GitHub release notes based on changes
https://github.com/uber-workflow/probot-app-release-notes

probot-app

Last synced: 2 months ago
JSON representation

Sets GitHub release notes based on changes

Awesome Lists containing this project

README

          

# probot-app-release-notes

[![build status][build-badge]][build-href]
[![dependencies status][deps-badge]][deps-href]
[![npm version][npm-badge]][npm-href]

> a GitHub App built with [probot](https://github.com/probot/probot) that sets release notes

## Setup

```
# Install dependencies
npm install

# Run the bot
npm start
```

See [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this app.

## Config

`.github/release-notes.yml`

```yml
labels:
- security
- breaking
- interface
- bugfix
- dependencies
- performance
ignore:
- release
```

[build-badge]: https://badge.buildkite.com/ba016928484b4627066c1801a56df476a93a452dce8da925ea.svg?branch=master
[build-href]: https://buildkite.com/uberopensource/probot-app-release-notes
[deps-badge]: https://david-dm.org/uber-web/probot-app-release-notes.svg
[deps-href]: https://david-dm.org/uber-web/probot-app-release-notes
[npm-badge]: https://badge.fury.io/js/probot-app-release-notes.svg
[npm-href]: https://www.npmjs.com/package/probot-app-release-notes