Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 548 Bytes

RELEASE.md

File metadata and controls

45 lines (28 loc) · 548 Bytes

Tests

yarn test

Smoke test basic template

yarn build

cd src/packages/react-static

Now update the blank template to use a local version:

"react-static": "../../react-static"

Do the same for each plugin.

./bin/react-static create
# use blank

cd my-static-site
yarn start
# inspect

yarn build
# inspect

Bump versions in templates

In each template, bump the package versions to the correct version.

Inspect CHANGELOG.md

Make sure all changes are listed here

Run lerna publish