Skip to content

Commit 7484f75

Browse files
authored
fix: commitAnalyzer using changelogGeneratorOpts (#147)
1 parent eb0c01d commit 7484f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/semantic-release/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ func cliHandler(cmd *cobra.Command, args []string) {
218218
commitAnalyzer, err := pluginManager.GetCommitAnalyzer()
219219
exitIfError(err)
220220
logger.Printf("commit-analyzer plugin: %s@%s\n", commitAnalyzer.Name(), commitAnalyzer.Version())
221-
exitIfError(commitAnalyzer.Init(conf.ChangelogGeneratorOpts))
221+
exitIfError(commitAnalyzer.Init(conf.CommitAnalyzerOpts))
222222

223223
commits := commitAnalyzer.Analyze(rawCommits)
224224

0 commit comments

Comments
 (0)