一键导入
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.