0.5.1 • Published 2 years ago

@pagopa/cloudgaap-commons-ts v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

CloudGaaP Commons TypeScript

Common TypeScript stuff used in all the CloudGaaP subprojects.

Create a new release

To create a new release use yarn version command (Documentation).

For example: if you want to release a minor version: yarn version --minor.
This will change the value of version field inside the package.json, create a commit with all the changes required to release and create a tag with the value specified inside the package.json.