Universal JavaScript variants system for Redux (plus React helpers)
- node 6.x, 8.x
- React 16.x
- Redux 3.x
- React 15.6.x
To run the full suite, run
npm tst
Builds the production assets suitable for release
Git tags release and publishes to npm
Runs the test watcher
Every commit to master defaults to a patch bump. If it needs to be a minor or major, ENSURE YOU DO THE FOLLOWING:
If you would like to create a release, add the following to the merge commit message when you merge a PR:
release v+<bump type>
Where <bump type>
is one of:
- major
- minor
- patch (default)
This will:
- Bump version in package.json and commit back to master
- Git tag that newly created commit with the new version
- Publish to npm