Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommitType ¶
type CommitType string
CommitType represents different types of commits
const ( Feat CommitType = "feat" Fix CommitType = "fix" Refactor CommitType = "refactor" Chore CommitType = "chore" Test CommitType = "test" Docs CommitType = "docs" Style CommitType = "style" Perf CommitType = "perf" CI CommitType = "ci" Build CommitType = "build" )
type MessageGenerator ¶
type MessageGenerator struct{}
MessageGenerator generates conventional commit messages
func (*MessageGenerator) GenerateMessage ¶
func (m *MessageGenerator) GenerateMessage(analysis *analyzer.ChangeAnalysis) string
GenerateMessage generates a conventional commit message based on analysis
Click to show internal directories.
Click to hide internal directories.