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/04/27 11:42:39 UTC

[camel-k-runtime] branch squakez-patch-1 created (now f8e1da6b)

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

pcongiusti pushed a change to branch squakez-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


      at f8e1da6b chore: remove updates from release branches

This branch includes the following new commits:

     new f8e1da6b chore: remove updates from release branches

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: remove updates from release branches

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

pcongiusti pushed a commit to branch squakez-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit f8e1da6bbac5c06a03e48257be7cd687c9fbbf90
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Thu Apr 27 13:42:34 2023 +0200

    chore: remove updates from release branches
    
    We'll eventually get them on the new release process after version 2 is released
---
 .github/workflows/nightly-automatic-updates.yml | 34 ++-----------------------
 1 file changed, 2 insertions(+), 32 deletions(-)

diff --git a/.github/workflows/nightly-automatic-updates.yml b/.github/workflows/nightly-automatic-updates.yml
index 6338756c..a9c68775 100644
--- a/.github/workflows/nightly-automatic-updates.yml
+++ b/.github/workflows/nightly-automatic-updates.yml
@@ -26,7 +26,7 @@ jobs:
   main:
     if: github.repository == 'apache/camel-k-runtime'
     runs-on: ubuntu-20.04
-    name: Generate changelog for main branch
+    name: Automatic updates on main branch
     steps:
     - name: "Checkout code"
       uses: actions/checkout@v2
@@ -40,34 +40,4 @@ jobs:
         branch-ref: "main"
         secretGithubToken: ${{ secrets.GITHUB_TOKEN }}
 
-  v1_15_x:
-    if: github.repository == 'apache/camel-k-runtime'
-    runs-on: ubuntu-20.04
-    steps:
-    - name: "Checkout code"
-      uses: actions/checkout@v2
-      with:
-        ref: release-1.15.x
-        persist-credentials: false
-        submodules: recursive
-    - name: Automatic updates on release-1.15.x
-      uses: ./.github/actions/automatic-updates
-      with:
-        branch-ref: "release-1.15.x"
-        secretGithubToken: ${{ secrets.GITHUB_TOKEN }}
-
-  v1_17_x:
-    if: github.repository == 'apache/camel-k-runtime'
-    runs-on: ubuntu-20.04
-    steps:
-    - name: "Checkout code"
-      uses: actions/checkout@v2
-      with:
-        ref: release-1.17.x
-        persist-credentials: false
-        submodules: recursive
-    - name: Automatic updates on release-1.17.x
-      uses: ./.github/actions/automatic-updates
-      with:
-        branch-ref: "release-1.17.x"
-        secretGithubToken: ${{ secrets.GITHUB_TOKEN }}
+# TODO: enable the process on the release branches as soon as version 2 is released