Class BumpReducer

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

public class BumpReducer extends Object
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 Details

    • BumpReducer

      public BumpReducer()
  • Method Details