All Classes and Interfaces

Class
Description
How much of the version a set of commits moves.
Reduces a range of commits to the single bump it implies.
Reads the last released version out of the changelog release-please maintains.
Extracts the version-relevant facts from a raw commit message.
A single commit reduced to the facts that affect the version.
A precondition the calculation cannot proceed without.
Configuration, in the settings file.
Assigns every project in the build a version calculated from conventional commits.
Runs git in a directory and returns its standard output.
The repository reads the calculation needs, each one git command.
The repository facts the calculation needs, already gathered.
Gathers everything the calculation needs from a checkout.
A major.minor.patch version, without pre-release or build metadata.
Turns gathered repository facts into a version, predicting what release-please will publish.
What the calculation concluded, readable from any project's build logic.
The inputs that change the calculated number, named after their release-please counterparts so a divergence between the two configurations is greppable.
The outcome of a calculation.
Reads git and calculates the version, as a value source.
Everything that can change the answer, so that changing any of it re-runs the calculation.