This commit is contained in:
Jayant Krishnamurthy 2023-06-23 09:10:11 -07:00 committed by Ali Behjati
parent 5ba6ee819f
commit 3ff5a2f0c7
1 changed files with 1 additions and 1 deletions

View File

@ -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<number>` 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