Class BumpReducer
java.lang.Object
io.github.joke.conventionalversion.calc.BumpReducer
Reduces a range of commits to the single bump it implies.
release-please has no list of releasable types: it renders the changelog and declines to release when the body is empty, so releasability is really "does this type produce a visible changelog section". The visible set is fixed for any repository that does not customise its changelog sections, so it is encoded here as a table rather than reproduced as a second configuration surface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BumpbumpForType(String type, boolean breaking) protected BumpimpliedBump(ConventionalCommit commit) reduce(List<ConventionalCommit> commits)
-
Constructor Details
-
BumpReducer
public BumpReducer()
-
-
Method Details
-
reduce
-
impliedBump
-
bumpForType
-