mirror of
https://github.com/bendtherules/opencode-plugin-compaction-prompt.git
synced 2026-08-18 13:42:55 +00:00
docs: document tagged release flow
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user