prettier/scripts/release
Lucas Duailibe 54b1f8562d
Introduce Release script (#4631)
2018-06-05 16:37:52 -03:00
..
steps Introduce Release script (#4631) 2018-06-05 16:37:52 -03:00
README.md Introduce Release script (#4631) 2018-06-05 16:37:52 -03:00
package.json Introduce Release script (#4631) 2018-06-05 16:37:52 -03:00
release.js Introduce Release script (#4631) 2018-06-05 16:37:52 -03:00
utils.js Introduce Release script (#4631) 2018-06-05 16:37:52 -03:00
yarn.lock Introduce Release script (#4631) 2018-06-05 16:37:52 -03:00

README.md

Release script

Usage

./scripts/release/release.js --version NEW_VERSION

The script its own package.json so we can reinstall the root's node_modules/ while making the release.

Credits

This script was inspired by React's release script.