1.2.0 • Published 9 months ago

turboversion v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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 turboversion

Run script

For these examples we will take yourscope as a npm scope package.

Major upgrade

yarn turboversion yourscope major

Minor upgrade

yarn turboversion yourscope minor

Patch upgrade

yarn turboversion yourscope patch
1.2.0

9 months ago

1.1.0

1 year ago

1.0.0

1 year ago

0.1.0

1 year ago