This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 1e21c4eda2 Update release guide to include running of 
refresh-dockerfiles.sh on example projects
1e21c4eda2 is described below

commit 1e21c4eda25b95c0d6cada2b913cccdc3986d5a9
Author: James Netherton <[email protected]>
AuthorDate: Tue Feb 17 14:27:46 2026 +0000

    Update release guide to include running of refresh-dockerfiles.sh on 
example projects
    
    Fixes #8308
---
 docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc 
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index 48eed7b1f1..e0002f0805 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -426,6 +426,7 @@ git fetch upstream
 git checkout camel-quarkus-main
 git reset --hard upstream/camel-quarkus-main
 mvn org.l2x6.cq:cq-maven-plugin:2.10.0:examples-set-platform 
-Dcq.quarkus.platform.version=$NEW_PLATFORM_VERSION
+./refresh-dockerfiles.sh
 git add -A
 git commit -m "Upgrade to Quarkus Platform $NEW_PLATFORM_VERSION"
 ----

Reply via email to