Class ApiChanges
- Namespace
- NoeticTools.Git2SemVer.Core.ConventionCommits
- Assembly
- NoeticTools.Git2SemVer.Core.dll
public sealed class ApiChanges
- Inheritance
-
ApiChanges
- Inherited Members
-
Properties
public IList<Commit> BreakingChangeCommits { get; }
Property Value
- IList<Commit>
public IList<Commit> FixCommits { get; }
Property Value
- IList<Commit>
public ApiChangeFlags Flags { get; }
Property Value
- ApiChangeFlags
public IList<Commit> FunctionalityChangeCommits { get; }
Property Value
- IList<Commit>
Methods
public void Aggregate(ApiChanges apiChanges)
Parameters
apiChanges
ApiChanges
public void Aggregate(Commit commit)
Parameters
commit
Commit