CI/CD helpers for github releases. Generate releases based on semantic version labels on pull requests.
Release Features:
- Release every merge to master based on a PR labels
- Skip a release with the
skip-release
label - Generate a changelog with fancy headers, authors, and monorepo package association
- Generate a GitHub release
Pull Request Interaction Features:
- Get the labels for a PR
- Set the status of a PR
- Check that a pull request has a SemVer label
- Comment on a PR with markdown
Visit the docs for more information.
To get set up, fork and clone the project and run the following command:
brew install automake
yarn
yarn lint
yarn test
yarn build
yarn docs:watch
Feel free to make and issue or open a pull request!
Make sure to read our code of conduct.
β webpack-inject-plugin - A webpack plugin to dynamically inject code into the bundle.
β storybook-addon-notes-github-markdown-css - Make your notes addon look like github markdown.
β html-webpack-insert-text-plugin - Insert text into the head or body of your HTML
β react-glider - A react wrapper for glider.js
β Ignite - Modern markdown documentation generator
β reaction - Artsyβs React Components
Do you project use auto-release
? Then use our custom badge!
auto-release
is inspired by some excellent tech that came before it.
- github-semantic-version - Automated semantic version releases powered by Github Issues.
- lerna-changelog - π PR-based changelog generator with monorepo support
Thanks goes to these wonderful people (emoji key):
Adam Dierkens π» π π€ |
Andrew Lisowski π» π π€ π |
David π |
---|
This project follows the all-contributors specification. Contributions of any kind welcome!
To add a contributor run yarn contributors:add
, choose "Add new contributor or edit contribution type" and follow the prompts.