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 2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
pull_request :
7
7
jobs :
8
8
review :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Website Deployment
2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
paths :
7
7
- ' website/**'
8
8
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ When you're sending a pull request:
42
42
43
43
## Commits and versioning
44
44
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,
46
46
following
47
47
[ conventional commit message] ( https://www.conventionalcommits.org/en/v1.0.0-beta.3 ) .
48
48
Combined with [ semantic versioning] ( https://semver.org/ ) , this allows us to have
@@ -66,7 +66,7 @@ Most notably prefixes you'll see:
66
66
## Release process
67
67
68
68
We 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
70
70
we plan to keep stable. Bug fixes take priority in the release order.
71
71
72
72
## Reporting issues
Original file line number Diff line number Diff line change 158
158
},
159
159
"release" : {
160
160
"branches" : [
161
- " master "
161
+ " main "
162
162
],
163
163
"plugins" : [
164
164
" @semantic-release/commit-analyzer" ,
Original file line number Diff line number Diff line change @@ -74,5 +74,5 @@ export default AsyncStorageMock;
74
74
```
75
75
76
76
You 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 )
78
78
to get more insight into methods signatures.
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ module.exports = {
77
77
docs : {
78
78
sidebarPath : require . resolve ( './sidebars.js' ) ,
79
79
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/' ,
81
81
} ,
82
82
theme : {
83
83
customCss : require . resolve ( './src/css/custom.css' ) ,
You can’t perform that action at this time.
0 commit comments