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
- Host: GitHub
- URL: https://github.com/uber-workflow/probot-app-release-notes
- Owner: uber-workflow
- License: mit
- Created: 2017-10-09T17:31:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-25T09:12:04.000Z (3 months ago)
- Last Synced: 2025-06-25T10:26:47.827Z (3 months ago)
- Topics: probot-app
- Language: JavaScript
- Homepage:
- Size: 253 KB
- Stars: 8
- Watchers: 5
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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