在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用tag-release
星标3
分支0
更新时间2026年6月16日 12:05
Tag and publish a release (stable or prerelease)
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Tag and publish a release (stable or prerelease)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | tag-release |
| description | Tag and publish a release (stable or prerelease) |
| disable-model-invocation | true |
Releases are handled by the deterministic bin/tag-release script. Your job is
to settle on the target tag and run the script — never bump versions, edit the
changelog, commit, or tag by hand.
The script's interactive menus need a real TTY, which you don't have, so always
run it with an explicit tag (and --yes once the user has confirmed deploying).
Steps:
./package.json) for reference./tag-release v0.7.0-alpha.8), use it.latest release, or when starting a prerelease from a
stable version. A continuing or promoting prerelease needs no bump.latest: drop any prerelease suffix and apply the bump
(0.7.0-alpha.7 + patch → v0.7.0; 0.7.0 + minor → v0.8.0).0.7.0-alpha.7 + alpha → v0.7.0-alpha.8)..1 on the same base
(0.7.0-alpha.7 + beta → v0.7.0-beta.1).-<channel>.1
(0.7.0 + alpha + minor → v0.8.0-alpha.1).bin/tag-release <tag> --yes. The script validates the tag, refuses a
non-increasing version, bumps every package.json in lockstep, adds a dated
changelog entry below [Unreleased], commits and tags on main, pushes, and
creates the GitHub release (prereleases are marked --prerelease).
--yes: the script
still commits and tags locally but stops before pushing, so you can confirm
first and then push.latest, or e.g. npm install denvig@alpha). Link the user to the
action: https://github.com/marcqualie/denvig/actions?query=branch%3Amain