Commit Graph

3 Commits

Author SHA1 Message Date
b1644de411 docs(script): improve help message layout and readability
- 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
2025-07-02 13:55:58 +02:00
a17bc7fca7 feat(scripts): add changelog generation script
- 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
2025-06-27 22:17:47 +02:00
b725a148fd feat(scripts): add git-cliff installer script
- 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
2025-06-27 22:17:06 +02:00