-
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.
- Specify the semver increment using the SemVer Increment field (start with
-
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
- GitHub Release Notes are published automatically using the config from
turborepo-release.yml
, triggered by theturbo-orchestrator
bot.
-
Run
bump-version.sh
to update the versions of the packages. Merge in the changes tomain
. -
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.