-
### Description of the problem
```bash
$ gitmoji -v
8.0.0
```
Currently it is not possible to use `git commit` flags and options when calling `gitmoji -c`.
Because of that some super usefu…
-
When showing git blame in IDE the gitmoji doesn't get rendered and shows as a text
-
### Current behavior
A new dependency was added to resolve an issue with windows paths in 22.0.8, import-from-esm. Now I have an error if I extend from a local config or a local package from anothe…
-
Hey 👋
I'd like to help you build a SaaS version of gitmoji-changelog!
I've had a look at your package structure and it looks quite good 👍
My only concern is that your CLI entrypoint does contai…
-
originally in gitmoji 1.0, you use `enum-type` to enforce usage of gitmoji, that works great and I really enjoyed it.
Now in 2.0, it seems commitlint-config-gitmoji not only enforces on the gitmoji…
-
✨ feat: add emoji
-
With the `hook` feature, we can create a git `prepare-commit-msg`.
```shell
cargo install gitmoji-rs --features hook
# In a git repository
gitmoji hook add
git commit
```
```shell
thre…
-
[gitmoji] seems a useful de-facto standard. It's primarily intended for commit messages, but could also be used to classify PRs for release notes using labels. We may be able to generate the configura…
-
I use types in the form of fix-ci and ci/cd, which doesn't get picked up by the regex \w* due to the - and / in-between the words
I propose changing (?\\w*) to (?[a-zA-z-,\/]+) on this line:
https:/…
-
I've created a custom key, but it doesn't validate if there are staged changes. It executes even if there are no staged files. Any help would be appreciated.
Here's my custom command configuration:…