lib-services-common
v0.0.18
Published
Common package for BE api projects
Downloads
16
Readme
lib-services-common
Common library for the api-services-* projects
How to create new version
- Do changes in code
- Update package.json version field to new version (using semver notation) 2.a. In case this is beta version of the package then format is "x.y.z-beta.n", where x, y, z, n - numbers. Beta version is published with "beta" tag in npm (thus it won't be automatically installed as "latest") 2.b. In order to publish "latest" version - just use "x.y.z" format for version field.
- Push the code to master branch
- Create a tag with version as in package.json and add some release description
- Gitlab will trigger a job which will push new version to NPM