Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
bump-version
// Bump the Weave Python SDK version for release. Use when preparing a new release.
$ git log --oneline --stat
stars:1,095
forks:153
updated:2026년 1월 21일 22:31
SKILL.md
// Bump the Weave Python SDK version for release. Use when preparing a new release.
| name | bump-version |
| description | Bump the Weave Python SDK version for release. Use when preparing a new release. |
This replicates the GitHub Actions bump-python-sdk-version workflow.
0.52.24-dev0 -> 0.52.24) and creates a git tag0.52.24 -> 0.52.25-dev0)Run the bump version script with a dry-run first to preview changes:
uv run ./scripts/bump_python_sdk_version.py --dry-run
If the user confirms they want to proceed, run without --dry-run:
uv run ./scripts/bump_python_sdk_version.py
After the version bump completes, remind the user of next steps:
git log -2git push && git push --tags