Skip to content

Commit

Permalink
Remove any references to master (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz committed Jan 18, 2023
1 parent 6322b2d commit 758ec87
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: bindgen
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
rustfmt-clippy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy book
on:
push:
branches:
- master
- main

jobs:
deploy-book:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,7 @@ Released 2017/10/27
have. [#1094][]

[faq]: https://rust-lang.github.io/rust-bindgen/faq.html
[fuzzing]: https://github.com/rust-lang/rust-bindgen/blob/master/csmith-fuzzing/README.md
[fuzzing]: https://github.com/rust-lang/rust-bindgen/blob/main/csmith-fuzzing/README.md

[#938]: https://github.com/rust-lang/rust-bindgen/issues/938
[#888]: https://github.com/rust-lang/rust-bindgen/issues/888
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ the `codegen::postprocessing` module by following these steps:

Ensure that each commit stands alone, and passes tests. This enables better `git
bisect`ing when needed. If your commits do not stand on their own, then rebase
them on top of the latest master and squash them into a single commit.
them on top of the latest main and squash them into a single commit.

All pull requests undergo code review before merging. To request review, comment
`r? @github_username_of_reviewer`. They we will respond with `r+` to approve the
Expand Down Expand Up @@ -419,7 +419,7 @@ $ brew install creduce
$ # Etc...
```

Otherwise, follow [these instructions](https://github.com/csmith-project/creduce/blob/master/INSTALL.md) for building and/or installing `creduce`.
Otherwise, follow [these instructions](https://github.com/csmith-project/creduce/blob/main/INSTALL.md) for building and/or installing `creduce`.

Running `creduce` requires two things:

Expand Down Expand Up @@ -548,9 +548,9 @@ $ ./node_modules/doctoc/doctoc.js CHANGELOG.md
Bump version numbers as needed. Run tests just to ensure everything is working
as expected.

### Merge to `master`
### Merge to `main`

For regular releases, the changes above should end up in `master` before
For regular releases, the changes above should end up in `main` before
publishing. For dot-releases of an old version (e.g., cherry-picking an
important fix) you can skip this.

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ platform:

branches:
only:
- master
- main

install:
- if %PLATFORM% == x86 (set RUST_PLATFORM=i686&set MINGW_BITS=32) else (set RUST_PLATFORM=x86_64&set MINGW_BITS=64)
Expand Down
2 changes: 1 addition & 1 deletion releases/release-announcement-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Found a bug with `bindgen`? [File an issue here.][file-issue]
[crates.io]: https://crates.io/crates/bindgen
[guide]: https://rust-lang.github.io/rust-bindgen
[docs]: https://docs.rs/bindgen
[contributing]: https://github.com/rust-lang/rust-bindgen/blob/master/CONTRIBUTING.md
[contributing]: https://github.com/rust-lang/rust-bindgen/blob/main/CONTRIBUTING.md
[easy]: https://github.com/rust-lang/rust-bindgen/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy
[less-easy]: https://github.com/rust-lang/rust-bindgen/issues?q=is%3Aopen+is%3Aissue+label%3AE-less-easy
[looking]: https://github.com/rust-lang/rust-bindgen/issues/747
Expand Down

0 comments on commit 758ec87

Please sign in to comment.