Skip to content

Commit

Permalink
chore: Rebase instead of merge during publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziwi01 committed Sep 7, 2024
1 parent 3f33373 commit c6e8b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ git checkout master
echo 'git pull'
git pull

echo 'git merge develop'
git merge develop
echo 'git rebase develop'
git rebase develop

echo 'git push'
git push
Expand Down

0 comments on commit c6e8b49

Please sign in to comment.