원클릭으로
find-release-for-commit
Find which Dart/Flutter releases contain a specific commit sha.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Find which Dart/Flutter releases contain a specific commit sha.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Updates third party dependencies in the Dart SDK
Updates the native_rev dependency in the DEPS file with all correct verification, sync, and testing procedures
Find obsolete, stale, or not reproducible analysis-server issues in the dart-lang/sdk repository.
Fetch and display the full patch/diff or comments for a Gerrit CL.
| name | find-release-for-commit |
| description | Find which Dart/Flutter releases contain a specific commit sha. |
Use this skill to determine which releases a specific commit SHA (Dart or Flutter) first appeared in. This is useful for identifying the earliest SDK version that includes a given feature, fix, or change.
Run the tools/find_release.dart script from the root of the SDK (../../../ relative to this file) to discover the releases for a given commit SHA.
dart tools/find_release.dart --commit=<sha> --channel=<channel>
--commit=<sha> (required): The SHA of the commit.--channel=<dev|beta|stable> (required): The channel to search in.To find which releases contain commit abcdef123... on the stable channel:
dart tools/find_release.dart --commit=abcdef123... --channel=stable
The output will include:
-dev tag) does not guarantee that an official SDK release has being published for that version.