Class VersionCalculator

java.lang.Object
io.github.joke.conventionalversion.calc.VersionCalculator

public class VersionCalculator extends Object
Turns gathered repository facts into a version, predicting what release-please will publish.

Pure: given the same RepositoryState and VersionPolicy it always returns the same VersionResult, with no clock, no filesystem and no process involved.