Uses of Record Class
network.ike.plugin.CascadeBump

Packages that use CascadeBump
Package
Description
 
  • Uses of CascadeBump in network.ike.plugin

    Method parameters in network.ike.plugin with type arguments of type CascadeBump
    Modifier and Type
    Method
    Description
    static String
    ReleaseNotesSupport.generate(String repo, String milestone, List<CascadeBump> upgrades, org.apache.maven.api.plugin.Log log)
    Generate release notes markdown for a named milestone, including a "Foundation upgrades" section for any cascade version bumps the release applied (IKE-Network/ike-issues#706).
    static Path
    ReleaseNotesSupport.generateToFile(String repo, String milestone, List<CascadeBump> upgrades, File gitDir, String toRef, org.apache.maven.api.plugin.Log log)
    Like ReleaseNotesSupport.generateToFile(String, String, List, Log), but when the milestone and foundation upgrades yield nothing to report, falls back to the commit-message changelog for previousTag..toRef instead of returning null — so a standalone, un-milestoned release still describes itself from its own commits rather than degrading to GitHub's bare auto-generated notes (IKE-Network/ike-issues#775).
    static Path
    ReleaseNotesSupport.generateToFile(String repo, String milestone, List<CascadeBump> upgrades, org.apache.maven.api.plugin.Log log)
    Try to generate release notes (with a "Foundation upgrades" section sourced from upgrades, #706), writing to a temp file suitable for gh release create --notes-file.