Skip to content

Commit

Permalink
Add step to set release branch upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Apr 7, 2023
1 parent 75c45d6 commit 85c1003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

if [[ $(git branch --show-current) == "main" ]]; then
git checkout -B release
git push -u origin release
fi

0 comments on commit 85c1003

Please sign in to comment.