skill
职业分类
描述
更新
bump-build
软件开发工程师
Use when the user asks to bump/raise ONLY the build number of cuemol2 (e.g. "build だけ上げて", "build no を上げて", "bump the build number", "increment build"). Runs build_scripts/bump_version_build.sh and reports the version change. Do NOT use when the user also wants the revision/patch bumped — use bump-rev-build instead.
2026-06-15
bump-rev-build
软件开发工程师
Use when the user asks to bump/raise BOTH the revision (patch) AND build number of cuemol2 (e.g. "revision/build を上げて", "rev と build を上げて", "bump revision and build", "patch + build を上げて"). Runs build_scripts/bump_version_rev.sh then build_scripts/bump_version_build.sh and reports the version change. For build-only, use bump-build instead.
2026-06-15