Run the version bump script:
bash
scripts/bump_version.sh
- •Detects version from
release/*branch name, or accepts an explicit argument:scripts/bump_version.sh 1.3.0 - •Updates
deno.jsononly and commits the change - •Does NOT create a git tag (use
scripts/create_release_tag.shon main for that)
バージョンレベルの判断
- •デフォルトは patch(例: 1.2.1 → 1.2.2)
- •minor バージョンアップ(例: 1.2.2 → 1.3.0)はユーザーが明示的に指示した場合のみ
Only run when explicitly ordered. Do not speculate about releases.