| .. | ||
| better-cars-smell.md | ||
| brave-things-join.md | ||
| bright-errors-block.md | ||
| calm-buttons-listen.md | ||
| config.json | ||
| deep-conversations-start.md | ||
| dynamic-indices-strings.md | ||
| kind-foxes-give.md | ||
| long-snippets-wrap.md | ||
| pre.json | ||
| README.md | ||
| ready-clubs-serve.md | ||
| safe-answers-smile.md | ||
| sharp-donkeys-search.md | ||
| sixty-lights-try.md | ||
| tidy-moons-argue.md | ||
| typed-panels-wave.md | ||
| vast-numbers-read.md | ||
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 changesets repo.
How to contribute a changeset
Before merging your PR, you should add a changeset if your change affects any of the published packages.
- Run
bun run changesetin the root of the repository - Select the packages that are affected by your change
- Choose the type of version bump (major, minor, or patch)
- Write a summary of your changes that will be included in the changelog
All published @docsearch/* packages use a single version (fixed versioning). This means when one package is bumped, all packages get the same version.
Releasing
When changesets are present in the main branch, the CI will create a "Version Packages" PR that bumps versions and updates changelogs. Merging that PR will trigger the publish workflow.