commit-analyzer icon indicating copy to clipboard operation
commit-analyzer copied to clipboard

:bulb: semantic-release plugin to analyze commits with conventional-changelog

Results 66 commit-analyzer issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/xo/0.39.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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 ![Preset-error](https://user-images.githubusercontent.com/32276134/173336115-301837fc-0dd5-4f82-a44a-5fa2c31cdab5.png)

BREAKING CHANGE: `@semantic-release/commit-analyzer` is now a native ES Module. It has named exports for each plugin hook (`analyzeCommits`) fixes #296