This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 1855d45d5 chore: starting release branch for release-2.6.x
1855d45d5 is described below
commit 1855d45d54b32398fae564b662dd24e86c62ec43
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Sat Feb 8 10:00:18 2025 +0100
chore: starting release branch for release-2.6.x
---
.github/workflows/nightly-automatic-updates.yml | 2 +-
.github/workflows/nightly-release.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/nightly-automatic-updates.yml
b/.github/workflows/nightly-automatic-updates.yml
index a4ebc05a0..80b3e34d8 100644
--- a/.github/workflows/nightly-automatic-updates.yml
+++ b/.github/workflows/nightly-automatic-updates.yml
@@ -31,7 +31,7 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
- ref-branch: [main, release-2.5.x, release-2.4.x]
+ ref-branch: [main, release-2.5.x, release-2.6.x]
if: github.repository == 'apache/camel-k'
runs-on: ubuntu-latest
diff --git a/.github/workflows/nightly-release.yml
b/.github/workflows/nightly-release.yml
index b556a2019..71c5e3f76 100644
--- a/.github/workflows/nightly-release.yml
+++ b/.github/workflows/nightly-release.yml
@@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- ref-branch: [main, release-2.4.x, release-2.5.x]
+ ref-branch: [main, release-2.6.x, release-2.5.x]
if: github.repository == 'apache/camel-k'
runs-on: ubuntu-latest