Documentation ¶
Overview ¶
Package analyzer provides different commit analyzer
Package analyzer provides different commit analyzer ¶
Package analyzer provides different commit analyzer
Index ¶
Constants ¶
View Source
const ANGULAR = "angular"
ANGULAR identifier
View Source
const CONVENTIONAL = "conventional"
CONVENTIONAL identifier
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
type Analyzer struct { ChangelogConfig config.ChangelogConfig AnalyzerConfig config.AnalyzerConfig // contains filtered or unexported fields }
Analyzer struct
func New ¶
func New(format string, analyzerConfig config.AnalyzerConfig, chglogConfig config.ChangelogConfig) (*Analyzer, error)
New Analyzer struct for given commit format
Click to show internal directories.
Click to hide internal directories.