Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commit ¶
type Commit struct {
Type string
Scope string
Subject string
Body string
Breaking bool
Header string
Merge bool
Revert Revert
}
Commit represents the parsed data from a conventional commit message.
Click to show internal directories.
Click to hide internal directories.