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.git
The following commit(s) were added to refs/heads/main by this push:
new e9cdaac87 chore: checkout release before starting procedure
e9cdaac87 is described below
commit e9cdaac879aa9fb5a4d8193620d49a6fc5b444f2
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Sat Jun 21 17:47:08 2025 +0200
chore: checkout release before starting procedure
---
release.adoc | 1 +
1 file changed, 1 insertion(+)
diff --git a/release.adoc b/release.adoc
index dd40c0a44..1a6a3345d 100644
--- a/release.adoc
+++ b/release.adoc
@@ -63,6 +63,7 @@ NOTE: you can run the script with -d option to dry run and
evaluate the changes
=== Release Camel K Operator and CLI
```
+git checkout release.x.y.z
make bump VERSION=<new-version>
make release-staging
```