momocow / semantic-release-gitmoji

✨🐛💥 A semantic-release plugin for gitmojis. Different from conventional changelog, Gitmoji commits are used to determine a release type and generate release notes.
MIT License
86 stars 20 forks source link

default to patch releases for messages which do not contain a specific emoji, or any unlisted emoji #81

Open ThommyH opened 8 months ago

ThommyH commented 8 months ago

We want to rollout gitmojis for the dev teams but we have the requirement to always create a patch version no matter what. The reason for that is, that server-side pre commit hooks are cumbersome to setup for >100 projects and relying on pre commit hooks on the client side is not reliable.

Therefore, to not bother with it too much, we would like to setup a default patch version for every commit. Similar discussions happened in the commit analyzer project .