https://github.com/timonvs/prepare-release
A GitHub app that drafts release notes from your merged pull requests
https://github.com/timonvs/prepare-release
github-app github-integration probot-app release-notes
Last synced: 9 months ago
JSON representation
A GitHub app that drafts release notes from your merged pull requests
- Host: GitHub
- URL: https://github.com/timonvs/prepare-release
- Owner: TimonVS
- License: isc
- Created: 2018-09-19T10:08:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T14:32:06.000Z (over 6 years ago)
- Last Synced: 2025-04-02T05:31:58.356Z (9 months ago)
- Topics: github-app, github-integration, probot-app, release-notes
- Language: TypeScript
- Homepage:
- Size: 111 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
> **NOTE**: This project has been deprecated as rebase merging support has recently been added to [Release Drafter](https://github.com/toolmantim/release-drafter).
# Prepare Release
A GitHub app that drafts release notes from your merged pull requests since the last release. This bot was inspired by [Release Drafter](https://github.com/toolmantim/release-drafter) which does more or less the same but doesn't support rebase merging. This bot supports rebase merging as well as all other merge strategies.

## Development set-up
```sh
# Install dependencies
yarn
# Run typescript
yarn build:watch
# Run the bot
yarn dev
```
See the [Probot deployment docs](https://probot.github.io/docs/deployment/) if you would like to run your own instance of this plugin.