653 B
653 B
Changesets
This folder is managed by @changesets/cli.
Adding a changeset
When you make changes to a plugin, run:
bun changeset
This will prompt you to:
- Select which plugin(s) changed
- Choose the bump type (patch/minor/major)
- Write a summary of the changes
Commit the generated changeset file with your changes.
Version bumping
When changesets are merged to main, CI will create a "Version Packages" PR that:
- Bumps versions in package.json files
- Updates CHANGELOG.md files
- Syncs versions to marketplace.json
Merging that PR creates git tags for each released plugin.