Module bumps

Source
Expand description

§Bumps

This module is responsible for managing the bumps in the monorepo.

Structs§

BumpOptions
Struct representing the options for the bump operation.
BumpPackage
Struct representing the bump package.
RecommendBumpPackage
Struct representing the bump package.

Enums§

Bump
Enum representing the type of bump to be performed.

Functions§

apply_bumps
Apply version bumps, commit and push changes. Returns a list of packages that have been updated. Also generate changelog file and update dependencies and devDependencies in package.json.
get_bumps
Get bumps version of the package. If sync_deps is true, it will also sync the dependencies and dev-dependencies.
get_package_recommend_bump