Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.37 KB

release.md

File metadata and controls

29 lines (19 loc) · 1.37 KB

Release Documentation

  1. Create a release by triggering the Turborepo Release workflow

    • Specify the semver increment using the SemVer Increment field (start with prerelease)
    • Check the "Dry Run" box to run the full release workflow without publishing any packages.
  2. A PR is automatically opened to merge the release branch created in step 1 back into main

    • ⚠️ Merge this in! You don't need to wait for tests to pass. It's important to merge this branch soon after the publish is successful

Notes

Release @turbo/repository

  1. Run bump-version.sh to update the versions of the packages. Merge in the changes to main.

  2. Create a release by triggering the Turborepo Library Release workflow.

    • Check the "Dry Run" box to run the full release workflow without publishing any packages.