Marc H. Weiner

Results 5 comments of Marc H. Weiner

I tried both @tfn220189 's suggestion AND @fhenz's suggestion. Still no luck. Oddly, the changelog writer is getting the 'BREAKING CHANGE' note, but the commit analyzer still thinks `feat!: something`...

I've since reverted to a completely stock installation with only the following configuration: ``` branches: - "main" plugins: - "@semantic-release/commit-analyzer" - "@semantic-release/release-notes-generator" - "@semantic-release/npm" - "@semantic-release/github" ``` And I'm still...

@gr2m I stand corrected, I thought both were allowed. `BREAKING-CHANGE` is the other variation, which I find odd. I would think the pluralization would be an easy mistake and should...

Creator of [cjs-mock](https://github.com/mhweiner/cjs-mock) here. I'm not convinced that it's a test runner's job to do mocking. Their job is just to run tests, not care about what is in them....