Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commit ¶
type CommitType ¶
type CommitType string
const ( Feat CommitType = "feat" Fix CommitType = "fix" Hotfix CommitType = "hotfix" Refactor CommitType = "refactor" Docs CommitType = "docs" Test CommitType = "test" Chore CommitType = "chore" Upgrade CommitType = "upgrade" Release CommitType = "release" )
Click to show internal directories.
Click to hide internal directories.