From 77ee8318a836ecf2da30024f7a948ebc5267e1e7 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Sat, 1 Aug 2026 16:59:07 +0530 Subject: [PATCH] docs: document tagged release flow --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e6c88f..a1be811 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,13 @@ bun test bun run typecheck bun run build 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 ``` -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