Skip to content

Commit e2e5a04

Browse files
committed
chore: rename master branch to live
1 parent 0756d71 commit e2e5a04

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MAINTAINING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ to release. See the next section on Releases for more about that.
4747

4848
## Release
4949

50-
Our releases are automatic. They happen whenever code lands into `master`. A
50+
Our releases are automatic. They happen whenever code lands into `live`. A
5151
netlify build gets kicked off, and when tagged a changelog is published on
5252
GitHub. The changelog is generated based on the git commit messages. With this
5353
in mind, **please brush up on [the commit message convention][commit] which

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ Contributions of any kind welcome!
136136
[playground]: https://testing-playground.com
137137
[playground-next]: https://develop.testing-playground.com
138138
[embed-demo]: https://codepen.io/smeijer/pen/yLYWZmK
139-
[roadmap.md]: https://github.com/testing-library/testing-playground/blob/master/ROADMAP.md
140-
[contributing.md]: https://github.com/testing-library/testing-playground/blob/master/CONTRIBUTING.md
139+
[roadmap.md]: https://github.com/testing-library/testing-playground/blob/develop/ROADMAP.md
140+
[contributing.md]: https://github.com/testing-library/testing-playground/blob/develop/CONTRIBUTING.md
141141
[issue tracker]: https://github.com/testing-library/testing-playground/issues
142142
[all-contributors]: https://github.com/all-contributors/all-contributors
143143
[emojis]: https://github.com/all-contributors/all-contributors#emoji-key

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"bump:minor": "npm version minor -m 'release: cut the %s release'",
3636
"bump:major": "npm version major -m 'release: cut the %s release'",
3737
"preversion": "npm run test",
38-
"postversion": "git push && git push --tags && git checkout master && git merge develop --ff && git push && git checkout -"
38+
"postversion": "git push && git push --tags && git checkout live && git merge develop --ff && git push && git checkout -"
3939
},
4040
"dependencies": {
4141
"@primer/octicons-react": "^10.0.0",

0 commit comments

Comments
 (0)