Files
actionbook__actionbook/.changeset

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in the repository.

Usage

To add a new changeset, run:

pnpm changeset

This will prompt you to select which packages have changed, what type of semver bump (major/minor/patch), and a summary of the changes.

To version packages based on existing changesets:

pnpm version-packages

To publish packages to npm:

pnpm release