diff --git a/README.md b/README.md index 69dbc764..c3027cdb 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ To perform a release, follow these steps: 1. Update the version number in the `package.json` file for the package(s) you wish to release. Please follow [Semantic Versioning](https://semver.org/) for package versions. 2. Submit a PR with the changes and merge them in to main. 3. Create a new tag `pyth-js-v` and push to github. You can simply increment the version number each time -- it doesn't affect any of the published information. -4. When this release is published, it will automatically trigger a CI workflow to publish the updated packages to NPM. +4. Pushing the tag automatically triggers a CI workflow to publish the updated packages to NPM. If you have a javascript package that shouldn't be published, simply add `"private": "true"` to the `package.json` file and it will be excluded from the publishing workflow. If you are creating a new public javascript package, you should add