627 B
627 B
Versioning Policy
This repository uses v0.x.y tags while the public bundle contracts are stabilizing.
Public Compatibility Surface
Breaking changes are changes to:
kit/file paths or template variablesexports/manifest schema or bundle idstools/designsyncCLI behavior/flags
Tagging Rules (v0.x.y)
y(patch): fixes, docs updates, non-breaking improvementsx(minor): any breaking public-surface change during0.x
Release Checklist
- Update
CHANGELOG.md - Validate manifests (
designsync validate) - Run tests (
go test ./...andcd demo && go test ./...) - Tag release