@healy-tp/common
v1.0.25
Published
Common library with several utilities published in NPM to be used across all Healy-tp microservices.
Readme
Healy-tp Common
Common library with several utilities published in NPM to be used across all Healy-tp microservices.
How to publish new version to NPM (Until we get a chance to improve it)
Work on your changes.
Update
package.jsonversion manually with new desired version.Commit and push your changes.
Push new tag with same version as in
package.json.git tag <version> git push origin --tagsDraft and publish a new release with same tag as before.
Check if triggered Github Action succeeded or not.
