NAME

changelog - Simple command-line CHANGELOG.md generator written in Perl

SYNOPSIS

changelog [options]

DESCRIPTION

This command-line tool written in Perl for automatically generating changelogs based on Git commit history. It allows you to create detailed or compact logs, filter specific tags, and save the changelog to a file.

EXAMPLES

To generate a changelog in compact mode (default):

changelog

To save the changelog to a specific file:

changelog --output changelog.md

To generate detailed logs:

changelog --no-compact

To filter commits by tags starting with "v":

changelog --filter v

ERRORS

If there is an error during any operation (such as adding, editing, or removing passwords), an error message will be displayed indicating the issue.

AUTHOR

Luiz Felipe de Castro Vilas Boas <luizfelipecastrovb@gmail.com>

LICENSE

This module is released under the MIT License. See the LICENSE file for more details.