Skip to content

Releases: iwpnd/pre-commit-devmoji

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 19 Feb 12:50

0.1.2 (2026-02-19)

🐛 Bug Fixes

  • revert upgrade to 2.4.1 (411c355)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 12 Feb 08:06

0.1.1 (2026-02-12)

🧹 Miscellaneous

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Jan 17:06

0.1.0 (2026-01-28)

✨ Features

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 01 Dec 09:19

0.0.6 (2025-12-01)

🧹 Miscellaneous

  • deps: 🔗 update devmoji (b988af8)

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 31 Oct 11:50

🧩 pre-commit-devmoji

A pre-commit hook for devmoji — automatically decorate your commit messages with emojis ✨.

Installation

# .pre-commit-config.yaml

repos:
  - repo: https://github.com/iwpnd/pre-commit-devmoji
    rev: latest # or rev: v0.0.1
    hooks:
      - id: devmoji

Then run:

pre-commit install --hook-type prepare-commit-msg

0.0.5 (2025-10-31)

🐛 Bug Fixes