Class ChangelogAggregator

java.lang.Object
se.fortnox.changesets.ChangelogAggregator

public class ChangelogAggregator extends Object
  • Field Details

  • Constructor Details

    • ChangelogAggregator

      public ChangelogAggregator(Path baseDir)
  • Method Details

    • mergeChangesetsToChangelog

      public void mergeChangesetsToChangelog(String packageName, String version)
      Merge any changesets in baseDir matching the package name into CHANGELOG.md, creating it if it exists or prepending it to the existing content.
      Parameters:
      packageName - The package name to get changesets for
      version - The version number of the merged changes