0.0.27 • Published 4 months ago

@cmpsr/cloud-kms v0.0.27

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

npm.io codecov Known Vulnerabilities

Composer

Changesets

We use changesets to version bump and record changeset information. Prior to making a pull request, a developer should run the following command to run through the changesets process:

yarn changesets

The tool will ask you which packages have changed, the semver version of the change and give you the option to make a changelog entry.

Once this PR has been merged into master, the workflows action defined in ./.github/workflows/publish.yml will create a new PR called Package Versions with the changeset information if the PR doesn't already exist. If it does exist it will append the new information to the existing PR.

Publishing a release

Merging the Package Versions PR will automate the publishing of the changed packages to npm.