Tooling Report Checklist
Overview
yarn lerna version isn't enough to bump versions of everything, because there are setup/**/package*.json files that include references to other packages. shenanigans-manager should have a version command added that acts as a wrapper+coordinator around npm version and/or yarn lerna version.
Additional Info
I'm wondering if it should have a publish command too...
Tooling Report Checklist
mainbranch of the repository.Overview
yarn lerna versionisn't enough to bump versions of everything, because there aresetup/**/package*.jsonfiles that include references to other packages.shenanigans-managershould have aversioncommand added that acts as a wrapper+coordinator aroundnpm versionand/oryarn lerna version.Additional Info
I'm wondering if it should have a
publishcommand too...