Rename the master branch to main (#1924)

* This PR is against a branch called `main`
* Internally all docs/CI/etc is updated
* The default branch of the repo is now `main`
* All active PRs have been updated to retarget `main`

Closes #1914
This commit is contained in:
Alex Crichton
2020-06-25 14:03:21 -05:00
committed by GitHub
parent c91a9313b5
commit a92a31d850
33 changed files with 45 additions and 45 deletions

View File

@@ -9,7 +9,7 @@ what's expected of contributors.
All CI currently happens on GitHub Actions and is configured in the [`.github`
directory][dir] of the repository.
[dir]: https://github.com/bytecodealliance/wasmtime/tree/master/.github
[dir]: https://github.com/bytecodealliance/wasmtime/tree/main/.github
## PRs and CI
@@ -33,7 +33,7 @@ run on CI looks like this:
* Book documentation tests - code snippets (Rust ones at least) in the book
documentation ([the `docs`
folder](https://github.com/bytecodealliance/wasmtime/tree/master/docs)) are
folder](https://github.com/bytecodealliance/wasmtime/tree/main/docs)) are
tested on CI to ensure they are working.
* Crate tests - the moral equivalent of `cargo test --all` and `cargo test --all
@@ -78,7 +78,7 @@ builder](https://github.com/bytecodealliance/wasmtime/runs/488719677?check_suite
you can see the artifacts link in the top right. Note that artifacts don't
become available until the whole run finishes.
Commits merged into the master branch will rerun CI and will also produce
artifacts as usual. On the master branch, however, documentation is pushed to
Commits merged into the `main` branch will rerun CI and will also produce
artifacts as usual. On the `main` branch, however, documentation is pushed to
the `gh-pages` branch as well, and binaries are pushed to the `dev` release on
GitHub. Finally, tagged commits get a whole dedicated release to them too.