frinyvonnick / gitmoji-changelog

A changelog generator for gitmoji 😜
https://www.npmjs.com/package/gitmoji-changelog
MIT License
388 stars 49 forks source link

Support pre-commit #262

Open Freed-Wu opened 1 year ago

Freed-Wu commented 1 year ago
# .pre-commit-config.yaml
repos:
  - repo: https://github.com/frinyvonnick/gitmoji-changelog
    rev: vX.Y.X
    hooks:
      - id: gitmoji-changelog

Now when user git commit, gitmoji will be executed automatically.