From fb60cee7482173db64f5946d493ac16d5ea6e57d Mon Sep 17 00:00:00 2001 From: "Max P." Date: Wed, 2 Jul 2025 13:56:47 +0200 Subject: [PATCH] docs(readme): update script reference in usage example - Replaces the reference to `run.sh` with `bootstrap.sh` in the README - Reflects the file rename for clarity and consistency --- README.md | 2 +- run.sh => bootstrap.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename run.sh => bootstrap.sh (100%) diff --git a/README.md b/README.md index d258507..5509968 100644 --- a/README.md +++ b/README.md @@ -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" \ diff --git a/run.sh b/bootstrap.sh similarity index 100% rename from run.sh rename to bootstrap.sh