Files
chrome-use/.changeset
github-actions[bot]andgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> d03f6431ea chore: version packages (#911)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-18 10:49:35 -05:00
..
2026-01-23 11:19:43 -06:00
2026-01-23 11:19:43 -06:00

Changesets

This project uses Changesets for versioning and changelog generation.

Adding a changeset

When you make a change that should be released, run:

pnpm changeset

This will prompt you to:

  1. Select the type of change (patch, minor, major)
  2. Write a summary of your changes

The changeset file will be committed with your PR.

Release process

When changesets are merged to main, the release workflow will:

  1. Create a "Version Packages" PR that updates version numbers and changelogs
  2. When that PR is merged, packages are automatically published to npm