You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect the plugin to fail semantic release when the git commit message history contains a commit that does not follow conventional commit.
This is by design. We don't enforce that all commits have to follow the specified conventions, it would be too late for it anyway, the commits exist in the releasing branch at this point. It's something you might want to check for before you push commits into a branch that semantic-release runs on, some folks like to use https://github.com/zeke/semantic-pull-requests for that purpose.
This is a snippet from my configuration
and and logs indicate that it was loaded
If it matters have installed conventional-changelog-conventionalcommits.
I would expect the plugin to fail semantic release when the git commit message history contains a commit that does not follow conventional commit.
In the documentation it is written
maybe this is the reason that the plugin does not fail (what should be the
presetConfig
?).What am I missing? Is this a bug?
Thank you
The text was updated successfully, but these errors were encountered: