Commit Graph

5 Commits

Author SHA1 Message Date
f1b790d4e3 docs(run.sh): clarify version reference in comments
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s
- Update comments to replace "tag" with "version" for clarity
- Ensures terminology aligns with expected usage
2025-06-27 23:04:38 +02:00
e689046d01 fix(run): ensure environment variables are passed
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
- Use `env` to explicitly pass environment variables to the script
- Prevents potential issues with variable scope or inheritance
2025-06-27 22:47:03 +02:00
c9930e7949 fix(run): ensure environment variables are passed to script
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
2025-06-27 22:43:55 +02:00
13cdeb80c0 feat(run): add version flag and enforce as required input
All checks were successful
Auto Changelog & Release / release (push) Successful in 8s
- 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
2025-06-27 22:41:46 +02:00
eaa9ca9f45 feat(script): add script to generate Debian changelog locally
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s
- 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.
2025-06-27 22:34:33 +02:00