release

Installation
SKILL.md

Releasing a clickhouse-js package

This skill is the source of truth for the release process. It supersedes the old RELEASING.md (which now just points here).

Before you start — read this

  1. Releases are per package. There is no "release everything" button. Ask the user which package(s) they want to release and confirm — the packages are versioned independently and ship on independent cadences:
    • @clickhouse/client — Node.js client (packages/client-node)
    • @clickhouse/client-web — Web client (packages/client-web)
    • @clickhouse/client-commondeprecated, effectively frozen; only cut a final standalone release if explicitly asked.
    • @clickhouse/datatype-parser — standalone type parser (packages/datatype-parser)
    • @clickhouse/rowbinary — standalone RowBinary codec skill/package (skills/clickhouse-js-node-rowbinary)
Installs
14
GitHub Stars
326
First Seen
Jul 1, 2026
release — clickhouse/clickhouse-js