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

pcongiusti pushed a commit to branch release-1.10.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-1.10.x by this push:
     new 9643821b0 fix: 1.10 prerelease false and LTS
9643821b0 is described below

commit 9643821b07ecbc9ff8e0d5c019f615298945eca8
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Nov 17 10:20:38 2022 +0100

    fix: 1.10 prerelease false and LTS
---
 docs/antora.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index ada153ce1..d27285883 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -29,7 +29,8 @@ nav:
 asciidoc:
   attributes:
     requires: "'util=camel-website-util,ck=xref:js/ck.js'"
-    prerelease: true
+    lts: LTS
+    prerelease: false
     camel-kamelets-version: 0.9.1 # Makefile KAMELET_CATALOG_REPO_BRANCH
     camel-kamelets-docs-version: 0.9.x # Makefile KAMELET_CATALOG_REPO_BRANCH
     camel-k-runtime-version: 1.15.1 # Makefile RUNTIME_VERSION

Reply via email to