Skip to content

Commit

Permalink
fix(release): include constant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Feb 8, 2025
1 parent 1f3ac46 commit f00f9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/git_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit f00f9f7

Please # to comment.