You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actions[bot] edited this page Jun 29, 2026
·
1 revision
Release Process
Releases are automated through .github/workflows/release.yaml.
Trigger
Push to the release branch.
Versioning
The get-version job uses wemogy/get-release-version-action in semantic mode. It creates a version tag with the v prefix and exposes the calculated version to later jobs.
Package Release
The release job:
Checks out the repository.
Sets up Node and pnpm through .github/actions/setup-node.
Updates workspace package versions with pnpm -r exec pnpm version.
Builds the repository with pnpm build.
Publishes workspace packages with pnpm publish -r --no-git-checks.
Creates a GitHub release using the generated tag.
Publishing uses GITHUB_TOKEN for GitHub Packages.
Pull Request Checks
.github/workflows/pr-code-style.yaml runs on pull requests targeting main: