rubyjs / mini_racer

Minimal embedded v8
MIT License
585 stars 91 forks source link

Update default branch to `main` #273

Closed seanmakesgames closed 1 year ago

seanmakesgames commented 1 year ago

Update to the current github standard.

lloeki commented 1 year ago

Related to https://github.com/rubyjs/libv8-node/issues/47

tisba commented 1 year ago

Looks like @SamSaffron already did the work 🥳

Since I had to look it up, here is how I changed the default branch locally:

git fetch
git checkout main
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main
git branch -d master
seanmakesgames commented 1 year ago

yay! looks great. :D