Updating the project tag based on the type of change.
- Major, Big changes in the API (1.0.0)
- Minor, Adding features (0.1.0)
- Path, Bug fixes (0.0.1)
- Dev, Development versions (0.0.0.1.bug)
Install Globally
$ npm i -g release-tag$ release-tagScripts useful at the time of development, example:
$ yarn test| command | description |
|---|---|
| build | Remove the types and build in the / lib folder |
| type | Does static type checking |
| test | run unit tests |
| lint | run the linter |
| doctor | Run the build, unit tests, type checking, and linter to see if everything is fine |
| doc:prepare | Generate docs |
| doc:server | Run server of docs pages |
| doc | Run build, doc:prepare and doc:server scripts |
