docs(readme): update script reference in usage example
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s

- Replaces the reference to `run.sh` with `bootstrap.sh` in the README
- Reflects the file rename for clarity and consistency
This commit is contained in:
2025-07-02 13:56:47 +02:00
parent 169a1feb2e
commit fb60cee748
2 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ This repository provides a one-liner to generate a Debian-style changelog using
You can run the generator directly from the URL:
```bash
curl -s https://git.0xmax42.io/actions/deb-changelog-action/raw/branch/main/run.sh | bash -s -- \
curl -s https://git.0xmax42.io/actions/deb-changelog-action/raw/branch/main/bootstrap.sh | bash -s -- \
--tag v2.9.1 \
--package_name my-package \
--author_name "John Doe" \