Skip to content

Conversation

@codymaust
Copy link

  • feat: support different commit-analyzer presets

purpose

  • adding support for conventionalcommits

this doesn't preclude the other presets, but this is the one specifically that i am after

caveats

  • this does not support the presetConfig option, meaning we can only provide the most basic implementation. this is also the case for angular, which has been the default up to this point

full list of supported presets

closes #226
closes #208
closes #80

* `feat`: support different commit-analyzer presets

## purpose
* adding support for `conventionalcommits` (this doesn't preclude the
other presets, but this is the one specifically that i am after)

## caveats
* this does not support the `presetConfig`, meaning we can only provide
the most basic implementation

[full list of supported
presets](https://github.com/semantic-release/commit-analyzer?tab=readme-ov-file#options)
@andylolz
Copy link

andylolz commented Mar 17, 2025

Oh – this is really nice! It’s a much better solution than #209, since this won’t by default change existing behaviour.

@mathieudutour what do you think? Would you consider merging this?

@bmtcril
Copy link

bmtcril commented Mar 24, 2025

This would be great for us as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use conventionalcommits preset with @semantic-release/commit-analyzer feat!: some breaking change format isn't working

3 participants