-
-
Notifications
You must be signed in to change notification settings - Fork 10
🛠 Tooling: shenanigans-manager version command #339
Copy link
Copy link
Open
Labels
area: toolingBuilds, infrastructure, packages, and other repository managementBuilds, infrastructure, packages, and other repository managementpackage: shenanigans-managerstatus: accepting prsGo ahead and send a pull request to resolve this issue!Go ahead and send a pull request to resolve this issue!
Metadata
Metadata
Assignees
Labels
area: toolingBuilds, infrastructure, packages, and other repository managementBuilds, infrastructure, packages, and other repository managementpackage: shenanigans-managerstatus: accepting prsGo ahead and send a pull request to resolve this issue!Go ahead and send a pull request to resolve this issue!
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...