- 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
- Introduces a git-cliff configuration file for changelog generation
- Configures templates for changelog sections and commit parsing
- Enables support for conventional commits and commit filtering
- Introduce a workflow to automate major version tag creation
- Derives major version from release tag and re-creates the tag
- Supports easier version management for published releases