From 2d74ccd61a121572602db36a659330ea008d35eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Thu, 22 Jun 2023 11:19:53 +0200 Subject: [PATCH] docs: fix script name Although the link is correct --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index b433244e2e..b260b25f10 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -17,7 +17,7 @@ git remote -v Once the remote is properly set, please follow these steps: -- Run the [release.sh](./scripts/pre-release.sh) shell script to run it in dry-run mode. +- Run the [pre-release.sh](./scripts/pre-release.sh) shell script to run it in dry-run mode. - You can use the `DRY_RUN` variable to enable or disable the dry-run mode. By default, it's enabled. - To prepare for a release, updating the _Testcontainers for Go_ dependency for all the modules and examples, without performing any Git operation: