print abstract method

Future<bool> print({
  1. required ChangelogInfo changelogInfo,
  2. String fileName = "CHANGELOG",
})

Take a list of commits and print and print in a specific format the changelog.

Implementation

Future<bool> print(
    {required ChangelogInfo changelogInfo, String fileName = "CHANGELOG"});