increment-version-and-tag
星标4
分支1
更新时间2026年7月11日 07:52
Bump the patch version in blender_manifest.toml, commit, tag, and push to GitHub.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Bump the patch version in blender_manifest.toml, commit, tag, and push to GitHub.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | increment-version-and-tag |
| description | Bump the patch version in blender_manifest.toml, commit, tag, and push to GitHub. |
Locate the manifest: find the blender_manifest.toml in this repo (it may be at the repo root or inside the addon's package subfolder) and read its version field.
Increment the patch version (e.g. 0.1.1 → 0.1.2).
Write the updated version back to blender_manifest.toml.
Commit the change with message Bump version to X.X.X.
Tag the commit as vX.X.X and push both the commit and the tag to GitHub (git push origin main --tags).
version field in blender_manifest.toml — nothing else.