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

pcongiusti pushed a commit to tag v2.6.0-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 5adaf045d11622a85ffa08afab01c98e3fc95bc1
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Sat Feb 8 11:12:02 2025 +0100

    chore(release): preparing for tag v2.6.0-SNAPSHOT
---
 .../config/manifests/bases/camel-k.clusterserviceversion.yaml    | 2 +-
 script/git_tag.sh                                                | 9 +++------
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index baa33738e..b762261fe 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
@@ -23,7 +23,7 @@ metadata:
     categories: Integration & Delivery
     certified: "false"
     containerImage: docker.io/apache/camel-k:2.6.0-SNAPSHOT
-    createdAt: 2025-02-07T12:15:30Z
+    createdAt: 2025-02-08T10:11:49Z
     description: Apache Camel K is a lightweight integration platform, born on 
Kubernetes,
       with serverless superpowers.
     operators.operatorframework.io/builder: operator-sdk-v1.16.0
diff --git a/script/git_tag.sh b/script/git_tag.sh
index eb6fe79d4..af1cff7c6 100755
--- a/script/git_tag.sh
+++ b/script/git_tag.sh
@@ -30,15 +30,12 @@ target_remote=$2
 
 git add helm docs || true
 git commit -m "chore(release): Helm chart for $target_version"
-git push
-
-git add pkg/resources script || true
-git commit -m "chore(release): preparing for tag v$target_version"
-git push
+git push -f
 
 git branch -D ${target_staging} || true
 git checkout -b ${target_staging}
-git commit -a -m "Release ${target_version}" || true
+git add pkg/resources script || true
+git commit -m "chore(release): preparing for tag v$target_version" || true
 
 git tag --force ${target_tag} ${target_staging}
 git push --force ${target_remote} ${target_tag}

Reply via email to