README
how to release
- update package.json in the
"version": "1.0.0"field. Please follow semver best practices - run
npm run release - commit to develop, add git tag containg the same version as in step 1 and push
- Execute jenkins job promote with the version added in point 1