IMPORTANT: Update the CHANGELOG before increasing the version.
We used tagged versions for production, so we know which version to include in each project
npm version {NEW_VERSION}
git push
git push --tags
{NEW_VERSION} has to follow the semantic versioning: e.g. 1.0.0.
We follow the Semantic Versioning
Check the package.json or the GitLab Tags to know what's the next version.
Just include this repository as a dependency in your project.
"ezyvet-fe-helpers": "git+ssh://git@git.ezyvet.com/ezyvet/dependencies/fe-helpers.git#{VERSION_NUMBER}"
Where {VERSION_NUMBER} is the version to use (e.g. v0.0.5).
NOTE: if you already have the dependency in place and just want to update the version, change the {VERSION_NUMBER} to the one that you want and run
```
npm update ezyvet-fe-helpers
```
This project requires at least one test case for each file. Tests should cover scenarios not lines of code, following best practices. The minimum statement test coverage per file is 75%. Please discuss with Sublime Team if you want to adjust this number.
Generated using TypeDoc