- Add a `--version` flag to the script for specifying the version
- Enforce `--version` as a required input with validation
- Update cloning logic to use the `--version` flag for branch selection
- Introduces a Bash script to clone a changelog action repository,
install dependencies, and generate a Debian-style changelog
in the current directory.
- Supports configurable options for tag, package name, author
details, output file, and configuration file.
- Enhances local workflows by simplifying changelog generation.