- Go to Actions → Release SDK
- Click Run workflow
- Select SDK (
python, typescript, or all)
- Select bump type (
patch, minor, major, beta)
- Click Run workflow
The workflow handles versioning, generation, testing, and publishing automatically.
| Type |
Example |
Use For |
patch |
0.2.3 → 0.2.4 |
Bug fixes |
minor |
0.2.3 → 0.3.0 |
New features |
major |
0.2.3 → 1.0.0 |
Breaking changes |
beta |
0.2.3 → 0.2.3-beta.1 |
Pre-releases |
| Option |
What it does |
| Dry run |
Generate and test only, no push or publish |
| Skip publish |
Push code to SDK repo but don't publish to PyPI/npm |