release
星标12
分支0
更新时间2026年2月20日 03:07
Create a release for llmnop. Use when preparing a new version, release PR, tag, and crates.io publish.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create a release for llmnop. Use when preparing a new version, release PR, tag, and crates.io publish.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | release |
| description | Create a release for llmnop. Use when preparing a new version, release PR, tag, and crates.io publish. |
| metadata | {"short-description":"Prepare and publish an llmnop release"} |
git tag --list vX.Y.Z).git checkout -b release/vX.Y.ZCargo.toml, then run cargo check (syncs Cargo.lock if needed).CHANGELOG.md:
## [Unreleased] at the top.## [X.Y.Z].cargo fmt --checkcargo checkcargo testcargo publish --locked --dry-runmain.chore(release): X.Y.Zgit checkout main && git pull --ff-onlygit tag vX.Y.Z && git push origin vX.Y.Zcargo publish --lockedvX.Y.Z.release/vX.Y.Zchore(release): X.Y.ZvX.Y.Z