원클릭으로
step-version-maintenance
Instructions for upgrading the pinned major versions in starter workflows to the latest step major versions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Instructions for upgrading the pinned major versions in starter workflows to the latest step major versions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | step-version-maintenance |
| description | Instructions for upgrading the pinned major versions in starter workflows to the latest step major versions. |
| disable-model-invocation | true |
| allowed-tools | mcp__bitrise__step_search, mcp__bitrise__step_inputs, mcp__bitrise__get_build_log, mcp__bitrise__get_build_steps |
This repo contains starter Bitrise workflows for various project types. The workflows naturally contain Bitrise steps, and as a best practice, the major version of those steps is pinned (automatically receive patch and minor updates, but not major updates). Therefore, when a new major version of a step is released, the pinned major version in the starter workflows needs to be updated to ensure that users get the latest features and improvements when they use the starter workflows.
Those major versions are defined in @steps/const.go.
Prerequisites:
If the above are not met, do not proceed, just flag the issue to the user.
scanners/*/workflow.go, immediately grep _tests/integration/ for those input key-value strings (e.g., cache_level: none) and update the expected YAML fixture strings in the test files. The integration tests are golden-file tests.