/prepare-release

A GitHub app that drafts release notes from your merged pull requests

Primary LanguageTypeScriptISC LicenseISC

NOTE: This project has been deprecated as rebase merging support has recently been added to 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 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.

Screenshot

Development set-up

# Install dependencies
yarn

# Run typescript
yarn build:watch

# Run the bot
yarn dev

See the Probot deployment docs if you would like to run your own instance of this plugin.