changesets Plugin
changesets manages versioning and changelogs for monorepos.
Usage Examples
- "create a new changeset for a feature"
- "version all packages with pending changesets"
- "publish updated packages to npm"
- "generate changelog from changesets"
Installation
npm install -g @changesets/cli
Key Features
- Changeset-based versioning workflow
- Semantic versioning support
- Monorepo-aware version bumps
- Automated changelog generation
- GitHub Actions integration
- Package publishing automation