prettier/scripts/release
Ika 5cfaba6a1c
chore(ISSUE_TEMPLATE): add template for integration issue (#4722)
Ref: https://blog.github.com/2018-05-02-issue-template-improvements/

![image](https://user-images.githubusercontent.com/8341033/41692826-e7b98d06-7534-11e8-9b51-54a04c097681.png)

So that people would know what kind of info we need to know to understand issues like #4720.
2018-06-22 12:37:52 +08:00
..
steps chore(ISSUE_TEMPLATE): add template for integration issue (#4722) 2018-06-22 12:37:52 +08:00
README.md Introduce Release script (#4631) 2018-06-05 16:37:52 -03:00
package.json [Release script] Use `execa` 2018-06-05 19:10:27 -03:00
release.js Introduce Release script (#4631) 2018-06-05 16:37:52 -03:00
utils.js chore(ISSUE_TEMPLATE): add template for integration issue (#4722) 2018-06-22 12:37:52 +08:00
yarn.lock [Release script] Use `execa` 2018-06-05 19:10:27 -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.