Skip to content

Commit

Permalink
rls 3
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz committed Jan 24, 2024
1 parent 9b5f5e3 commit e7bfb2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/bump_cloudbeat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ create_release_branch() {
echo "• Release branch '$CURRENT_MINOR_VERSION' already exists, not creating a new one from main"
else
echo "• Create and push a new release branch $CURRENT_MINOR_VERSION from main"
git checkout -b "$CURRENT_MINOR_VERSION"
git fetch origin main
git reset --hard origin/main
git checkout -b "$CURRENT_MINOR_VERSION" origin/main
echo "Push release branch $CURRENT_MINOR_VERSION to origin"
git push origin $CURRENT_MINOR_VERSION

Expand Down

0 comments on commit e7bfb2f

Please sign in to comment.