Publish
1. Validate Locally
npm ci
npm run test
npm run buildnpm run electron:build2. Update Documentation Source
node scripts/copy-docs-for-gitbook.cjs3. Create Release Branch
git checkout -b release/docs-refresh
git add docs scripts/copy-docs-for-gitbook.cjs
git commit -m "docs: rewrite developer documentation and sync gitbook copy"4. Push and Open PR
5. Tag Release (After Merge)
6. Optional Release Artifacts
Last updated
Was this helpful?
