File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22on :
33 push :
44 branches :
5- - master
5+ - main
66 pull_request :
77jobs :
88 review :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Website Deployment
22on :
33 push :
44 branches :
5- - master
5+ - main
66 paths :
77 - ' website/**'
88
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ When you're sending a pull request:
4242
4343## Commits and versioning
4444
45- All PRs are squashed into ` master ` branch and wrapped up in a single commit,
45+ All PRs are squashed into ` main ` branch and wrapped up in a single commit,
4646following
4747[ conventional commit message] ( https://www.conventionalcommits.org/en/v1.0.0-beta.3 ) .
4848Combined with [ semantic versioning] ( https://semver.org/ ) , this allows us to have
@@ -66,7 +66,7 @@ Most notably prefixes you'll see:
6666## Release process
6767
6868We use [ Semantic Release] ( http://semantic-release.org ) to automatically release
69- new versions of the library when changes are merged into ` master ` branch, which
69+ new versions of the library when changes are merged into ` main ` branch, which
7070we plan to keep stable. Bug fixes take priority in the release order.
7171
7272## Reporting issues
Original file line number Diff line number Diff line change 158158 },
159159 "release" : {
160160 "branches" : [
161- " master "
161+ " main "
162162 ],
163163 "plugins" : [
164164 " @semantic-release/commit-analyzer" ,
Original file line number Diff line number Diff line change @@ -74,5 +74,5 @@ export default AsyncStorageMock;
7474```
7575
7676You can
77- [ check its implementation] ( https://github.com/react-native-async-storage/async-storage/blob/master /jest/async-storage-mock.js )
77+ [ check its implementation] ( https://github.com/react-native-async-storage/async-storage/blob/main /jest/async-storage-mock.js )
7878to get more insight into methods signatures.
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ module.exports = {
7777 docs : {
7878 sidebarPath : require . resolve ( './sidebars.js' ) ,
7979 editUrl :
80- 'https://github.com/react-native-async-storage/async-storage/edit/master /website/' ,
80+ 'https://github.com/react-native-async-storage/async-storage/edit/main /website/' ,
8181 } ,
8282 theme : {
8383 customCss : require . resolve ( './src/css/custom.css' ) ,
You can’t perform that action at this time.
0 commit comments