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

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


The following commit(s) were added to refs/heads/main by this push:
     new cd15067  playbook for release 3.13.x step 1:
cd15067 is described below

commit cd15067eac33d0abdd52f1b0535ba338b05365be
Author: David Jencks <[email protected]>
AuthorDate: Fri Nov 12 19:53:56 2021 -0800

    playbook for release 3.13.x step 1:
    
    Update playbook to just add 3.13.x release without dropping 3.12.x until 
we're ready
---
 antora-playbook.yml | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/antora-playbook.yml b/antora-playbook.yml
index 5d95fe7..41b475b 100644
--- a/antora-playbook.yml
+++ b/antora-playbook.yml
@@ -13,9 +13,9 @@ content:
         - docs/user-manual
 
     - url: https://github.com/apache/camel.git
-#    - url: https://github.com/djencks/camel.git
       branches:
         - main
+        - camel-3.13.x
         - camel-3.12.x
         - camel-3.11.x
         - camel-3.7.x
@@ -63,7 +63,6 @@ content:
       start_path: docs
 
     - url: https://github.com/apache/camel-kafka-connector.git
-#    - url: https://github.com/djencks/camel-kafka-connector.git
       branches:
         - main
         - camel-kafka-connector-0.11.x
@@ -72,25 +71,22 @@ content:
         - connectors
 
     - url: https://github.com/apache/camel-spring-boot.git
-#    - url: https://github.com/djencks/camel-spring-boot.git
       branches:
         - main
+        - camel-spring-boot-3.13.x
         - camel-spring-boot-3.12.x
         - camel-spring-boot-3.11.x
         - camel-spring-boot-3.7.x
-#        - main-collect
-#        - camel-spring-boot-3.12.x-collect
-#        - camel-spring-boot-3.11.x-collect
-#        - camel-spring-boot-3.7.x-collect
       start_paths:
-#        - components-starter
-#        - core
+        - components-starter
+        - core
         - docs/components
         - docs/spring-boot
 
     - url: https://github.com/apache/camel-karaf.git
       branches:
         - main
+        - camel-karaf-3.13.x
         - camel-karaf-3.12.x
         - camel-karaf-3.11.x
         - camel-karaf-3.7.x

Reply via email to