We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0c01d commit 7484f75Copy full SHA for 7484f75
cmd/semantic-release/main.go
@@ -218,7 +218,7 @@ func cliHandler(cmd *cobra.Command, args []string) {
218
commitAnalyzer, err := pluginManager.GetCommitAnalyzer()
219
exitIfError(err)
220
logger.Printf("commit-analyzer plugin: %s@%s\n", commitAnalyzer.Name(), commitAnalyzer.Version())
221
- exitIfError(commitAnalyzer.Init(conf.ChangelogGeneratorOpts))
+ exitIfError(commitAnalyzer.Init(conf.CommitAnalyzerOpts))
222
223
commits := commitAnalyzer.Analyze(rawCommits)
224
0 commit comments