Everduin94 / better-commits

A CLI for creating better commits following the conventional commits specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantic Release Support for Gitmojis (Internal)

Everduin94 opened this issue · comments

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 ?

Is this issue still there? @Everduin94

@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.

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

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