-
Notifications
You must be signed in to change notification settings - Fork 27
Release Process
Pravus edited this page Aug 19, 2025
·
1 revision
- Go to the Releases section the repo
- Click on the "Draft a new Release" button
- Setup the new release:
- Tag: Check the latest tag and create a new minor version one. e.g. if the latest one is
7.9.6create7.9.7 - Target: main
- Release title: Write the same new version you created in the tag
- Click on "Generate release notes"
- Tag: Check the latest tag and create a new minor version one. e.g. if the latest one is
- Click on "Publish Release"
It will take some minutes until the new @dcl/sdk@latest package is released, you can monitor https://www.npmjs.com/package/@dcl/sdk?activeTab=versions and see when the latest tag commit points to the latest commit in main.
Every time a new commit is merged into experimental, the CI will automatically release a new version of the @dcl/sdk@experimental package, you can monitor https://www.npmjs.com/package/@dcl/sdk?activeTab=versions and see when the experimental tag commit points to the latest commit in experimental.