Package se.fortnox.changesets
Class ChangelogAggregator
java.lang.Object
se.fortnox.changesets.ChangelogAggregator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmergeChangesetsToChangelog(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.
-
Field Details
-
CHANGELOG_FILE
- See Also:
-
-
Constructor Details
-
ChangelogAggregator
-
-
Method Details
-
mergeChangesetsToChangelog
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 forversion- The version number of the merged changes
-