commit-analyzer
commit-analyzer copied to clipboard
Calling to @semantic-release/commit-analyzer nothing is shown, no error, no success
Upon calling @semantic-release/commit-analyzer base on the config in my .releaserc.js, in the bitbucket pipeline nothing is showing, there're commit to be analyzed but the plugin just say starting, but there's no result Failed or Success.
I use this version ^10.0.4 and my node is node20.
the supported version of this plugin is v13, which is used by default with the latest version of semantic-release. you do not need to install this plugin separately. if you need additional help, you need to provide more detail about your config and additional log output using the dry-run flag, ideally by linking to a public reproduction