Skip to content

Commit

Permalink
chore(3.5.0): update the branch name (#626)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
  • Loading branch information
ispeakc0de authored Mar 15, 2024
1 parent 7f6a8f3 commit 3841fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/version/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ setup_git() {
}

commit_updated_changes() {
git checkout v3.5.0
git checkout v3.5.x
git status
git add .
git commit --message " $GITHUB_RUN_ID: version upgraded for chaos-charts"
Expand All @@ -14,7 +14,7 @@ commit_updated_changes() {

upload_files() {
git remote -v
git push origin v3.5.0
git push origin v3.5.x
}

setup_git
Expand Down

0 comments on commit 3841fee

Please sign in to comment.