Commit graph

9 commits

Author SHA1 Message Date
Yiming Cao
3af8f24b72
chore: update version bumping script (#560) 2026-01-05 16:56:24 +08:00
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
Yiming Cao
108a9996f2
fix: isomorphic __dirname in CI (#454) 2025-12-01 14:57:19 +08:00
Yiming Cao
0337147288
chore: separate extension and language id for vscode extension (#217)
* chore: separate extension and language id for vscode extension

* update

* update

* update
2025-08-30 18:11:11 +08:00
Yiming Cao
3d28a93848
chore: fix bump version script (#54) 2025-06-28 10:52:33 +02:00
Yiming Cao
dba2bae1b4
chore: fix bump version script (#50) 2025-06-28 07:38:10 +02:00
Yiming Cao
7427ed0b01
chore: fix version bump script output (#47)
* chore: fix version bump script output

* update CI script
2025-06-28 07:32:50 +02:00
Yiming Cao
9a1f59b64a
chore: update bump version script (#46) 2025-06-28 07:20:07 +02:00
Yiming Cao
0f8f7561e6
chore: add script for bumping version (#42)
* chore: add script for bumping version

* update lock file

* update packages
2025-06-26 10:15:16 +02:00