Common library with several utilities published in NPM to be used across all Healy-tp microservices.
-
Work on your changes.
-
Update
package.json
version 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 --tags
-
Draft and publish a new release with same tag as before.
-
Check if triggered Github Action succeeded or not.