Everduin94 / better-commits

A CLI for creating better commits following the conventional commits specification
MIT License
2k stars 71 forks source link

Semantic Release Support for Gitmojis (Internal) #39

Closed Everduin94 closed 11 months ago

Everduin94 commented 1 year ago

Better Commits has the git emoji configuration enabled.

However, semantic release is not setup to recognize this.

Thus, a commit such as: ✨ feat(something): my commit -- runs a successful build, but doesn't tag/deploy a new version.

Add plugin: https://github.com/momocow/semantic-release-gitmoji ?

bhanudatsinhjhala commented 1 year ago

Is this issue still there? @Everduin94

Everduin94 commented 1 year ago

@bhanudatsinhjhala - Yes it is still open :)

Also when I get the chance I will take a look at your PR. Just busy with work atm.

bhanudatsinhjhala commented 1 year ago

This is what I understand correct me if I understand it wrong, I have to integrate semantic-release package to get the emoji in the git right? @Everduin94

Everduin94 commented 11 months ago

Closing issue, purely cosmetic and would rather focus on higher impact issues.