You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/07/03 10:07:21 UTC

[camel-k-runtime] branch release-2.16.x created (now db6d2adc)

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

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


      at db6d2adc chore: starting release branch for release-2.16.x

This branch includes the following new commits:

     new db6d2adc chore: starting release branch for release-2.16.x

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k-runtime] 01/01: chore: starting release branch for release-2.16.x

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit db6d2adcb8a40337fbf43e4561a7eba7fb39587e
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Jul 3 12:07:15 2023 +0200

    chore: starting release branch for release-2.16.x
---
 .github/workflows/nightly-automatic-updates.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/nightly-automatic-updates.yml b/.github/workflows/nightly-automatic-updates.yml
index 9fdaf48b..def03602 100644
--- a/.github/workflows/nightly-automatic-updates.yml
+++ b/.github/workflows/nightly-automatic-updates.yml
@@ -57,19 +57,19 @@ jobs:
         branch-ref: "release-1.17.x"
         secretGithubToken: ${{ secrets.GITHUB_TOKEN }}
 
-  release-1_15_x:
+  2_16_x:
     if: github.repository == 'apache/camel-k-runtime'
     runs-on: ubuntu-20.04
-    name: Automatic updates on release-1.15.x branch
+    name: Automatic updates on release-2.16.x branch
     steps:
     - name: "Checkout code"
       uses: actions/checkout@v3
       with:
-        ref: release-1.15.x
+        ref: release-2.16.x
         persist-credentials: false
         submodules: recursive
-    - name: Automatic updates on release-1.15.x
+    - name: Automatic updates on release-2.16.x
       uses: ./.github/actions/automatic-updates
       with:
-        branch-ref: "release-1.15.x"
+        branch-ref: "release-2.16.x"
         secretGithubToken: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file