dart-release-packaging
GitHub用于执行DART项目的发布打包工作流。包括版本升级、变更日志生成与审计、代码检查,并在获得明确批准前创建包含版本信息和里程碑的PR。
触发场景
安装
npx skills add dartsim/dart --skill dart-release-packaging -g -y
SKILL.md
Frontmatter
{
"name": "dart-release-packaging",
"description": "DART Release Packaging: create a release version bump and changelog PR"
}
dart-release-packaging
Use this skill in Codex to run the DART dart-release-packaging workflow. The editable
workflow source currently lives in .claude/commands/, and this generated
Codex skill is a generated Codex adapter entrypoint.
Invocation
- Claude Code/OpenCode:
/dart-release-packaging <arguments> - Codex:
$dart-release-packaging <arguments>
Treat the text after the skill name as $ARGUMENTS. When the workflow
references $1, $2, etc., map those to the positional values supplied by the
user.
Command Body
Create release packaging PR after explicit maintainer/user approval: $ARGUMENTS
Required Reading
@AGENTS.md @docs/onboarding/release-management.md @docs/onboarding/contributing.md @docs/onboarding/changelog.md
Workflow
- Confirm the new version, for example
6.16.6. - Derive the release branch:
release-<major>.<minor>. - Fetch and branch from the release branch:
git fetch origin <RELEASE_BRANCH> git checkout -B release/<NEW_VERSION>-version-bump origin/<RELEASE_BRANCH> - Bump versions in
package.xmlandpixi.toml. - Update version requirements in examples/tutorials if needed.
- Invoke the
dart-changelogroutine in release-audit mode, then add or finalize theCHANGELOG.mdrelease section with the release date, milestone link, release summary, and audit fromdocs/onboarding/changelog.md. - Run
pixi run lintand relevant packaging checks. - Commit as
Packaging <NEW_VERSION>. - Ask for explicit maintainer/user approval before pushing, creating the PR, or setting milestones.
- After approval, create the PR against the release branch with the release milestone for that branch, for example the specific version milestone if available.
Output
- PR URL
- Version files changed
- Changelog section added
- Checks run
版本历史
-
51b2d25
当前 2026-07-11 18:26
澄清AI工作流术语
- e0d13fd 2026-07-05 10:38


