Skip to content

Release Process

Pravus edited this page Aug 19, 2025 · 1 revision

Releasing @dcl/sdk@latest (main branch)

  1. Go to the Releases section the repo
  2. Click on the "Draft a new Release" button
  3. 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.6 create 7.9.7
    • Target: main
    • Release title: Write the same new version you created in the tag
    • Click on "Generate release notes"
  4. 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.

Releasing @dcl/sdk@experimental (experimental branch)

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.

Clone this wiki locally