zenstack/.github/workflows
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
..
build-test.yml refactor: extract client-helpers package, update svelte-query to v6 (#535) 2025-12-27 22:49:19 +08:00
bump-version.yml feat: split bump-version into bump-patch and bump-minor commands (#538) 2025-12-28 12:19:03 +08:00
claude-code-review.yml chore: addressing PR comments (#120) 2025-07-28 23:54:49 +08:00
claude.yml chore: addressing PR comments (#120) 2025-07-28 23:54:49 +08:00
github-releases-to-discord.yml chore: add release to discord workflow (#127) 2025-07-30 16:53:43 +08:00
publish-release.yml refactor: extract client-helpers package, update svelte-query to v6 (#535) 2025-12-27 22:49:19 +08:00
update-samples.yml refactor: extract client-helpers package, update svelte-query to v6 (#535) 2025-12-27 22:49:19 +08:00