This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new e5d85a8d chore(doc): minor fix
e5d85a8d is described below
commit e5d85a8d644c33deebf49d420697a676228a0701
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Sep 1 12:09:08 2023 +0200
chore(doc): minor fix
---
release.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/release.adoc b/release.adoc
index 48b7c8a8..4f17a2e5 100644
--- a/release.adoc
+++ b/release.adoc
@@ -65,7 +65,7 @@ As the process will do `git` operations, it is advisable that
you clone the Came
We have a script that simplify this process. As we do not only want to create
and push a new branch, we also need to provide the CI tasks required for all
the supported releases.
```
-./script/release-branch.sh
+./scripts/release-branch.sh
```
NOTE: you can run the script with `-d` option to dry run and evaluate the
changes before pushing them to the repo.