← スキル一覧に戻る

bump-version
by wandb
bump-versionは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 1,046🍴 142📅 2026年1月23日
SKILL.md
name: bump-version description: Bump the Weave Python SDK version for release. Use when preparing a new release.
Bump Python SDK Version
This replicates the GitHub Actions bump-python-sdk-version workflow.
What this does
- Drops the pre-release tag (e.g.,
0.52.24-dev0->0.52.24) and creates a git tag - Bumps to the next pre-release version (e.g.,
0.52.24->0.52.25-dev0)
Instructions
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:
- Review the commits:
git log -2 - Push changes:
git push && git push --tags
Requirements
- Git working directory must be clean (no uncommitted changes)
- Must be run from the repository root
スコア
総合スコア
75/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 1000以上
+15
○最近の活動
3ヶ月以内に更新がある
0/10
✓フォーク
10回以上フォークされている
+5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です