Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 850 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) · 850 Bytes

Contributing

This is a monorepo managed using lerna in independent mode (each package is versioned and published individually).

Installation

Ensure yarn is installed

npm install -g yarn

Install the dependencies

yarn install

All subsequent installs should be quick after the first one.

Adding a New Package

yarn new

Commits

Commits should use the Angular Commit Format. Scope should one of un-prefixed names of the packages under ./packages/. If a commit applies to multiple packages, leave out the scope.

Canary Releases

Useful for testing out changes. Canary releases do not impact the current latest tag version.

lerna publish -c