https://github.com/uber-workflow/probot-app-release
Creates GitHub releases
https://github.com/uber-workflow/probot-app-release
probot-app
Last synced: 11 days ago
JSON representation
Creates GitHub releases
- Host: GitHub
- URL: https://github.com/uber-workflow/probot-app-release
- Owner: uber-workflow
- License: mit
- Created: 2017-10-09T17:31:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T06:13:22.000Z (about 1 year ago)
- Last Synced: 2025-05-14T19:15:48.608Z (5 months ago)
- Topics: probot-app
- Language: JavaScript
- Homepage:
- Size: 259 KB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# probot-app-release
[![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 creates GitHub releases
## 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.
[build-badge]: https://badge.buildkite.com/9e15fae6eeadcd9476bf6beb8d46956791c1e7f5a87ccfeb1a.svg?branch=master
[build-href]: https://buildkite.com/uberopensource/probot-app-release
[deps-badge]: https://david-dm.org/uber-web/probot-app-release.svg
[deps-href]: https://david-dm.org/uber-web/probot-app-release
[npm-badge]: https://badge.fury.io/js/probot-app-release.svg
[npm-href]: https://www.npmjs.com/package/probot-app-release