zenstack/.github
Yiming Cao 67bb5ab8ec
feat: split bump-version into bump-patch and bump-minor commands (#538)
- Updated GitHub Actions workflow to accept version_type input (patch/minor)
- Modified bump-version.ts script to support both patch and minor version increments
  - Patch: increments patch version (e.g., 3.0.5 → 3.0.6)
  - Minor: increments minor version and resets patch to 0 (e.g., 3.0.5 → 3.1.0)
- Replaced single bump-version command with two separate commands:
  - bump-patch: triggers workflow with version_type=patch
  - bump-minor: triggers workflow with version_type=minor

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-28 12:19:03 +08:00
..
workflows feat: split bump-version into bump-patch and bump-minor commands (#538) 2025-12-28 12:19:03 +08:00
dependabot.yml chore: setup dev container (#25) 2025-06-16 18:32:09 +08:00