在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用bump-version
星标199
分支30
更新时间2026年5月25日 02:37
Bump the version number of wyoming-openai.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Bump the version number of wyoming-openai.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | bump-version |
| description | Bump the version number of wyoming-openai. |
| argument-hint | [patch|minor|major|estimate] |
| disable-model-invocation | true |
Bump version $ARGUMENTS.
For releases off main, prefer the GitHub Actions Bump Version workflow
(.github/workflows/bump-version.yml) — it performs the same edits, opens a
labeled PR, and chains into the draft-release workflow on merge. Use this skill
locally when working off a non-main branch or when you need estimate mode.
Steps:
pyproject.toml (line containing version = "x.y.z")estimate, analyze changes since last tag to determine bump type:
git log and git diff to review recent changespyproject.toml: Update version = "x.y.z" lineREADME.md: Update version in Docker tagging sectiongit tag vx.y.z