Main method to fetch all the git information and generate the changelog from the source.
@override Future<List<CommitInfo>> fetch() { /// TODO run the git cmd to get the version return Future.value([]); }