VibeHunt
Back to browse

gitmoji-changelog

Generate gitmoji changelogs.

The tool reads a repository’s commit history that follows the gitmoji convention and produces a formatted changelog. It can be invoked directly with npx or installed globally via npm, then run at the project root where it prompts for any required information. By default it uses a Node.js preset that extracts project metadata from package.json, while a generic preset reads a .gitmoji-changelogrc file containing the project’s name, description, and version. Users can select a different preset with a command‑line option.

Designed for developers who already tag commits with gitmoji emojis, the utility automates the creation of human‑readable release notes without manual parsing. The preset system makes it adaptable to various project types, and the generated changelog can be included in documentation or displayed on repository pages. The package is stable, available as a CLI, and documented online for further configuration.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps