package.json
(to the target version) - use branch release/v{x.y.z}
npm i
in the root directory as well as in example-preact
, example-vanilla
, example-react
and example-next-js
directories
docs/docs.json
filedocs/v{oldVersion}
to docs/v{newVersion}
docs/docs.json
filedocs
called v{newVersion}
docs/v{oldVersion}
to docs/v{newVersion}
docs/docs.json
fileInstallTabs.tsx::no build
, example-preact/index.html
, README.md
, example-preact/src/App.tsx
and custom-file-loaders.mdx
importer/storage.ts:DB_VERSION
needs to be bumped. It should be bumped anytime the release contains any breaking changes to ImporterState
. If it is true, increment the DB_VERSION
.
Release v{x.y.z}
npm publish
in the root directory, you can use --dry-run
flag to test the deployment
v{x.y.z}
) and writing release notes.
main
to production
branch - this would trigger docs deployment to Mintlify