mirror of
https://github.com/actionbook/actionbook.git
synced 2026-09-19 03:28:06 +08:00
a07e698083
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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