From f00f9f75f603424804752d974c610dc4d9c7c6b2 Mon Sep 17 00:00:00 2001 From: Pasquale Congiusti Date: Sat, 8 Feb 2025 11:20:37 +0100 Subject: [PATCH] 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 af1cff7c6e..1b7062c6c4 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}