Skip to content

Add release check selection controls#750

Merged
TorinAsakura merged 4 commits into
masterfrom
fix/checks-release-selection-controls
Jun 17, 2026
Merged

Add release check selection controls#750
TorinAsakura merged 4 commits into
masterfrom
fix/checks-release-selection-controls

Conversation

@TorinAsakura

Copy link
Copy Markdown
Member

Task

How to verify

Main scenario

  1. Context: run the standard Raijin checks command in a private application repository that should not execute the Release check.
    Action: configure tools.checks.release=false in the top-level package.json or run yarn checks run --no-release.
    Expected result: checks run executes the standard non-release checks and does not invoke checks release.

Additional scenario

  1. Context: run only the release check in a repository where private application workspaces must be ignored.
    Action: configure tools.checks.release.privateWorkspaces=false in the top-level package.json or run yarn checks release --no-private.
    Expected result: private workspaces are excluded from the Release check, while default behavior remains unchanged when no opt-out is configured.

Proofs

  • yarn test unit checks-release --test-reporter=tap
pass 5
  • yarn typecheck yarn/plugin-checks/sources/checks-lint.command.tsx yarn/plugin-checks/sources/checks-release.command.ts yarn/plugin-checks/sources/checks-run.command.ts yarn/plugin-checks/sources/checks-release.config.ts yarn/plugin-checks/sources/checks-release.config.test.ts
exit 0
  • yarn lint yarn/plugin-checks/sources/checks-lint.command.tsx yarn/plugin-checks/sources/checks-release.command.ts yarn/plugin-checks/sources/checks-run.command.ts yarn/plugin-checks/sources/checks-release.config.ts yarn/plugin-checks/sources/checks-release.config.test.ts
exit 0
  • yarn workspace @atls/yarn-plugin-checks build
exit 0
  • yarn workspace @atls/yarn-cli build
exit 0
  • yarn check
exit 0
  • yarn raijin:check
exit 0
  • cmp -s yarn/cli/dist/yarn.mjs .yarn/releases/yarn.mjs
exit 0
  • git diff --check
exit 0

@TorinAsakura TorinAsakura self-assigned this Jun 17, 2026
@TorinAsakura TorinAsakura merged commit 4508ce9 into master Jun 17, 2026
7 checks passed
@TorinAsakura TorinAsakura deleted the fix/checks-release-selection-controls branch June 17, 2026 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Add release check controls for private app workspaces

1 participant