Create changeset for current changes.
Process
- •
View changed files:
bashgit diff --name-only HEAD~1
- •
Determine affected packages:
- •
@kaiord/core - •
@kaiord/cli - •
@kaiord/workout-spa-editor
- •
- •
Suggest bump:
- •patch: Bug fixes, refactoring, docs
- •minor: New features, non-breaking changes
- •major: Breaking API changes
- •
Create changeset:
bashpnpm exec changeset
Changeset Format
md
--- "@kaiord/core": minor --- Add ZWO format support for Zwift workout import/export
Message Conventions
- •Use English
- •Start with verb: Add, Fix, Update, Remove
- •Be specific about the change
- •Do not include prefixes like feat: or fix: