Skip to content

Commit

Permalink
Edit release script
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanqing committed Oct 22, 2023
1 parent e39d3c8 commit 10fece6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ npm run packages-publish
# push `main`, including tags
git push --no-verify --tags origin main

# delete `next`
git branch -D next
git push --no-verify origin :next
# merge `main` into `next`
git checkout next
git merge main

# create and push `next`
git checkout -b next
# push `next`
git push --no-verify origin next

# update docs
Expand Down

0 comments on commit 10fece6

Please sign in to comment.