Wanted to give everyone a heads up that I'm going to be tackling https://github.com/bytecodealliance/wasmtime/issues/1881 today which is to rename wasmtime's master
branch to main
. I'll be going through all PRs and manually editing their target branch so they all stay open, but otherwise folks will need to update their local checkouts because I'll be deleting the master
branch after main
is in place.
Procedurally what I plan to do later this afternoon is:
main
branch which is the same as master
main
which updates all CI configuration, let that mergemain
instead of master
master
and main
are the same thing (other than the CI commit)master
branchI may also take this opportunity to clean up the branches we have in the wasmtime
repo...
Thank you for doing this! :heart:
fyi, there are master
branch links in the README.md
that will need updating.
and a few other places
ok this should now be done! - https://github.com/bytecodealliance/wasmtime/pull/1924
biggest fallout appears to be that CI will not run unless folks rebase their PR
CI was not retriggered when switching branches
but if folks push it won't do anything unless they rebase
Wrong link in your PR, by the way, accidentally closed https://github.com/bytecodealliance/wasmtime/pull/1914 :)
gah sorry about that
@Alex Crichton What process did you use to update PRs to target main?
There's an "edit" button at the top of each PR
where after you hit it you can update the base branch
I did that manually
Ah, perfect, thank you.
Rename done for WAMR. Took a little time to get all the branch references fixed, including those for other repositories.
Last updated: Nov 22 2024 at 17:03 UTC