This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch release-2.6.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-2.6.x by this push:
new 5ba7a098f fix(release): include constant changes
5ba7a098f is described below
commit 5ba7a098fb20bffd82fe7962ed82f0ec2f9a8cb2
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Sat Feb 8 11:20:37 2025 +0100
fix(release): include constant changes
---
script/git_tag.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/script/git_tag.sh b/script/git_tag.sh
index af1cff7c6..1b7062c6c 100755
--- a/script/git_tag.sh
+++ b/script/git_tag.sh
@@ -30,11 +30,11 @@ target_remote=$2
git add helm docs || true
git commit -m "chore(release): Helm chart for $target_version"
-git push -f
+git push
git branch -D ${target_staging} || true
git checkout -b ${target_staging}
-git add pkg/resources script || true
+git add pkg/resources pkg/util script || true
git commit -m "chore(release): preparing for tag v$target_version" || true
git tag --force ${target_tag} ${target_staging}