Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 934 Bytes

File metadata and controls

11 lines (6 loc) · 934 Bytes

Releasing workerd and workers-types to NPM

The primary distribution channel for workerd right now is through npm. We use a (mostly) automatic CI setup to release and publish both workerd and workers-types.

Versioning

workerd and workers-types follow the same versioning system. The major version is currently 1 for workerd and 4 for workers-types. The minor version for both is the date specified in release-version.txt.

Cutting Releases

This is pretty simple, and completely automatic—every time the date in release-version.txt changes, a new release is generated, along with the built binaries for linux-64, linux-arm64, darwin-64, darwin-arm64 and windows-64. The types will also be generated and published automatically. This is governed by the release.yml GitHub Action.