@jisr/common
v1.8.6
Published
A submodule of common code shared between services
Downloads
230
Readme
Common code
A submodule of common code shared between services
Workflow
The gitworkflow should be as follows:
- Commit changes with an appropriate message (!)
- Push after making sure everything works
- Change the version appropriatly X.Y.Z
- Z for fixes npm version patch
- Y for adding features npm version minor
- Z for breaking backward incompatability and major features npm version major
- Or you can manually change it in package.json
- npm run pub
