prettier/scripts/release/README.md

14 lines
326 B
Markdown
Raw Normal View History

2018-06-05 22:37:52 +03:00
# 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](https://github.com/facebook/react/tree/001f9ef/scripts/release).