carloscuesta / gitmoji

An emoji guide for your commit messages. 😜
https://gitmoji.dev
MIT License
15.44k stars 808 forks source link

Support Conventionalcommits #1725

Closed jmillandev closed 2 months ago

jmillandev commented 2 months ago

Description of the problem

Currently I'm using Semantic Release to add tags to each push to master.

I like to use emojis in my commit to help every one to do a overview about my commits. But if I use gitmoji commit, the output of the message don't match with semantic-version-schema.

Solution

My idea is use a config to set a template message. Something like

// src/utils/configurationVault/getConfiguration.js
const DEFAULT_CONFIGURATION = {
  ...
  [CONFIG.TITLE_TEMPLATE]: '{type}{scope}: {gitmoji} {title}'
}

Alternatives

No response

Additional context

No response

Validations

carloscuesta commented 2 months ago

Hey! I think you opened the issue in the wrong repository also related with https://github.com/carloscuesta/gitmoji/issues/1317

Thanks,