- Revamps the script's help message for better clarity and usability
- Consolidates and restructures usage, options, and arguments sections
- Simplifies help text generation using `sed` to avoid redundancy
- Introduces a script to generate Debian-style changelogs via git-cliff
- Supports CLI options for config, tag, output file, and debug mode
- Validates required tools, config file, and output directory
- Enhances automation of changelog creation for releases
- Introduces a bash script to install the git-cliff binary
- Supports fetching the latest or specific versions with options for
custom architecture, install directory, or dry-run mode
- Includes pre-checks for existing installations and required tools
- Adds help documentation for usage and supported configurations