1.2.0 • Published 2 years ago
turboversion v1.2.0
Turboversion
A lightweight script for monorepo versioning and publishing library.
Library in monorepo convention
Turboversion will work if you keep the same version of each package in monorepo. It will update all package versions at once.
You also need prettier as peerdependency to use it.
Installation
yarn add -W -D turboversionRun script
For these examples we will take yourscope as a npm scope package.
Major upgrade
yarn turboversion yourscope majorMinor upgrade
yarn turboversion yourscope minorPatch upgrade
yarn turboversion yourscope patch