Expand description
§Bumps
This module is responsible for managing the bumps in the monorepo.
Structs§
- Bump
Options - Struct representing the options for the bump operation.
- Bump
Package - Struct representing the bump package.
- Recommend
Bump Package - 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