package.json
(to the target version) - use branch release/v{x.y.z}
npm i
in the root directory as well as in example
and example-vanilla
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/index.html
, and README.md
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
main
branch in sync with the production
branch