Skip to content

Commit ed011c7

Browse files
Merge pull request #26 from testing-library/rename-to-main
chore: rename default branch to main
2 parents 6538bc8 + db6aaa0 commit ed011c7

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/webdriverio-testing-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: webdriverio-testing-library
22
on:
33
push:
44
branches:
5-
- 'master'
5+
- 'main'
66
- 'next'
77
pull_request:
88

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ script: npm run validate
2222
after_success: npx semantic-release
2323
branches:
2424
only:
25-
- master
25+
- main
2626
- next

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
height="80"
77
width="80"
88
alt="spider"
9-
src="https://raw.githubusercontent.com/testing-library/webdriverio-testing-library/master/other/spider.png"
9+
src="https://raw.githubusercontent.com/testing-library/webdriverio-testing-library/main/other/spider.png"
1010
/>
1111
</a>
1212

@@ -28,7 +28,7 @@
2828

2929
<div align="center">
3030
<a href="https://testingjavascript.com">
31-
<img width="500" alt="TestingJavaScript.com Learn the smart, efficient way to test any JavaScript application." src="https://raw.githubusercontent.com/kentcdodds/cypress-testing-library/master/other/testingjavascript.jpg" />
31+
<img width="500" alt="TestingJavaScript.com Learn the smart, efficient way to test any JavaScript application." src="https://raw.githubusercontent.com/kentcdodds/cypress-testing-library/main/other/testingjavascript.jpg" />
3232
</a>
3333
</div>
3434

@@ -79,17 +79,17 @@ MIT
7979
[npm]: https://www.npmjs.com/
8080
[node]: https://nodejs.org
8181
[build-badge]: https://github.com/testing-library/webdriverio-testing-library/workflows/webdriverio-testing-library/badge.svg
82-
[build]: https://github.com/testing-library/webdriverio-testing-library/actions?query=branch%3Amaster+workflow%3Awebdriverio-testing-library
82+
[build]: https://github.com/testing-library/webdriverio-testing-library/actions?query=branch%3Amain+workflow%3Awebdriverio-testing-library
8383
[version-badge]: https://img.shields.io/npm/v/olivierwilkinson/webdriverio-testing-library.svg?style=flat-square
8484
[package]: https://www.npmjs.com/package/@testing-library/webdriverio
85-
[downloads-badge]:https://img.shields.io/npm/dm/@testing-library/webdriverio.svg?style=flat-square
85+
[downloads-badge]: https://img.shields.io/npm/dm/@testing-library/webdriverio.svg?style=flat-square
8686
[npmtrends]: http://www.npmtrends.com/@testing-library/webdriverio
8787
[license-badge]: https://img.shields.io/npm/l/@testing-library/webdriverio.svg?style=flat-square
88-
[license]: https://github.com/testing-library/webdriverio-testing-library/blob/master/LICENSE
88+
[license]: https://github.com/testing-library/webdriverio-testing-library/blob/main/LICENSE
8989
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
9090
[prs]: http://makeapullrequest.com
9191
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
92-
[coc]: https://github.com/testing-library/webdriverio-testing-library/blob/master/other/CODE_OF_CONDUCT.md
92+
[coc]: https://github.com/testing-library/webdriverio-testing-library/blob/main/other/CODE_OF_CONDUCT.md
9393
[dom-testing-library]: https://github.com/testing-library/dom-testing-library
9494
[webdriverio]: https://webdriver.io/
9595
[nightwatch-testing-library]: https://github.com/testing-library/nightwatch-testing-library

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"release": {
5959
"branches": [
60-
"master",
60+
"main",
6161
"next"
6262
]
6363
},

0 commit comments

Comments
 (0)