Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 613 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 613 Bytes

Contributing Guide

This guide is still work in progress.

For Maintainers

Publishing Packages on npm

This monorepo uses Lerna to manage package versioning and publishing. There is currently no CI job set up to use Lerna, so the following command needs to be run manually, on the main branch, if the maintainer wishes to deploy a new version on npm:

yarn lerna:deploy

This command will:

  • bump all packages in this monorepo, following the Conventional Commits spec,
  • publish the bumped packages to npm.