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
commit f00f9f75f603424804752d974c610dc4d9c7c6b2 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}
