fix: enforce alpha versioning (0.0.x), delete erroneous 0.1.x releases #526
Reference in New Issue
Block a user
Delete Branch "fix/alpha-versioning"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Example: scripts/version-bump.sh 0.0.21 with hard rejection of versions >= 0.1.0
Test plan
This project is in ALPHA. Versions >= 0.1.0 are not allowed.
If this constraint needs to change, update AGENTS.md and this script. exits with error
Bumping all packages to 0.0.20
package.json: 0.0.20 -> 0.0.20
apps/api/package.json: 0.0.20 -> 0.0.20
apps/orchestrator/package.json: 0.0.20 -> 0.0.20
apps/web/package.json: 0.0.20 -> 0.0.20
packages/cli-tools/package.json: 0.0.20 -> 0.0.20
packages/config/package.json: 0.0.20 -> 0.0.20
packages/shared/package.json: 0.0.20 -> 0.0.20
packages/ui/package.json: 0.0.20 -> 0.0.20
Done. 0.0.20 applied to 8 packages.
Next steps: commit, tag (v0.0.20), push. succeeds across all 8 packages
v0.0.15
v0.0.2 shows only 0.0.x tags remaining
🤖 Generated with Claude Code