commit-analyzer
commit-analyzer copied to clipboard
:bulb: semantic-release plugin to analyze commits with conventional-changelog
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [xo](https://togithub.com/xojs/xo) | [`0.32.1` -> `0.39.1`](https://renovatebot.com/diffs/npm/xo/0.32.1/0.39.1) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | got | [`9.6.0` -> `11.8.5`](https://renovatebot.com/diffs/npm/got/9.6.0/11.8.5) | ### GitHub Vulnerability Alerts #### [CVE-2022-33987](https://nvd.nist.gov/vuln/detail/CVE-2022-33987) The got package...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | glob-parent | [`3.1.0` -> `5.1.2`](https://renovatebot.com/diffs/npm/glob-parent/3.1.0/5.1.2) | ### GitHub Vulnerability Alerts #### [CVE-2020-28469](https://nvd.nist.gov/vuln/detail/CVE-2020-28469) This affects the...
I've seen the other issues like this that are already closed (#108)! But I believe this is different. `BREAKING CHANGE:` appears at the beginning of the footer, yet the release...
I am trying to release 3 commits. I was expecting only the `ghi123` commit to be analyzed for release. This doesn't seem to be how it is working today. Is...
Ignore default release rules by setting useDefaultReleaseRules: false in the plugin config.
### Current behavior Using the following .releaserc file { "branches": ["main"] } I have tried multiple commits including Breaking Change none of them are triggering. Not sure if this is...
We will add a new option to support initial development phase of an application as described in the SemVer documentation [here](https://semver.org/#spec-item-4). Also known as the Magic Zero (issue describing it...
Why I am getting this error when using preset inside `package.json` and not in .releaserc.json 
BREAKING CHANGE: `@semantic-release/commit-analyzer` is now a native ES Module. It has named exports for each plugin hook (`analyzeCommits`) fixes #296