print abstract method
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"});
Take a list of commits and print and print in a specific format the changelog.
Future<bool> print(
{required ChangelogInfo changelogInfo, String fileName = "CHANGELOG"});