Table of Contents

Enum CommitChangeTypeId

Namespace
NoeticTools.Git2SemVer.Core.ConventionCommits
Assembly
NoeticTools.Git2SemVer.Core.dll
public enum CommitChangeTypeId

Fields

Build = 4
Chore = 5
ContinuousIntegration = 6
Documentation = 7
Feature = 2
Fix = 3
None = 1
Performance = 10
Refactoring = 9
Style = 8
Testing = 11
Unknown = 0