GitCmdFetcher class

Constructors

GitCmdFetcher({required String start, required String end})

Properties

end String
The end commit/tag where the user want to include inside the changelog generation.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start String
The first commit/tag where the user want to generate the new release
finalinherited

Methods

fetch() Future<List<CommitInfo>>
Main method to fetch all the git information and generate the changelog from the source.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited