Simple npm init / yarn create bin package to add release-it setup used by yapp (inspired by @rwjblue).
This will do the following:
- add
release-itconfig to thepackage.json - install required dependencies,
- add a
CHANGELOG.md - add a
RELEASE.md - update your repository's labels with our "go to" defaults
When you want to set up a repo with release-it, you can run:
yarn create yapp-release-it-setup
If you'd like to update an existing repo to use the latest and greatest setup, you can run:
yarn create yapp-release-it-setup --update
If you'd like to run only the label sync, you can do that with:
yarn create yapp-release-it-setup --labels-only
This project is licensed under the MIT License.