2.8.1 • Published 5 years ago
create-yapp-release-it-setup v2.8.1
create-yapp-release-it-setup
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
Usage
When you want to set up a repo with release-it, you can run:
yarn create yapp-release-it-setupIf you'd like to update an existing repo to use the latest and greatest setup, you can run:
yarn create yapp-release-it-setup --updateIf you'd like to run only the label sync, you can do that with:
yarn create yapp-release-it-setup --labels-onlyLicense
This project is licensed under the MIT License.