wayfair / one-version

Implementation of Google’s One Version Rule for JS monorepos
https://www.npmjs.com/package/@wayfair/one-version
MIT License
24 stars 4 forks source link

Autodetect Berry #19

Closed finn-orsini closed 2 years ago

finn-orsini commented 2 years ago

Description

Add support for Berry by checking for .yarnrc.yml file at root of repo if yarn.lock is found. Rest of check currently uses same rules as yarn classic.

Resolves https://github.com/wayfair/one-version/issues/18

Type of Change