Uses of Record Class
network.ike.plugin.CascadeBump
Packages that use CascadeBump
-
Uses of CascadeBump in network.ike.plugin
Method parameters in network.ike.plugin with type arguments of type CascadeBumpModifier and TypeMethodDescriptionstatic StringReleaseNotesSupport.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 PathReleaseNotesSupport.generateToFile(String repo, String milestone, List<CascadeBump> upgrades, File gitDir, String toRef, org.apache.maven.api.plugin.Log log) LikeReleaseNotesSupport.generateToFile(String, String, List, Log), but when the milestone and foundation upgrades yield nothing to report, falls back to the commit-message changelog forpreviousTag..toRefinstead of returningnull— 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 PathReleaseNotesSupport.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 fromupgrades, #706), writing to a temp file suitable forgh release create --notes-file.