docs: document tagged release flow

This commit is contained in:
2026-08-01 16:59:07 +05:30
parent f3e8dd4b04
commit 77ee8318a8
+4 -1
View File
@@ -63,10 +63,13 @@ bun test
bun run typecheck bun run typecheck
bun run build bun run build
bun run pack:check bun run pack:check
git tag v0.1.2
git push origin v0.1.2
gh release create v0.1.2 --generate-notes
npm publish npm publish
``` ```
Update the version in `package.json` before each release. `npm publish` rebuilds `dist/` automatically. Update the version in `package.json`, changelog, and the tag before each release. `npm publish` rebuilds `dist/` automatically.
## Compatibility ## Compatibility