Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 414 Bytes

PUBLISHING.md

File metadata and controls

15 lines (10 loc) · 414 Bytes

Stable Version

Run

npm version major
npm version minor
npm version patch

commit and merge into main. The CI will publish the new version to npm automatically if package.json version is higher than the one in the registry.

Next Version

Every main branch commit gets automatically published to npm with next tag and 0.0.0-next-df279c1e7 version where df279c1e7 is the short commit hash.