File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ to release. See the next section on Releases for more about that.
47
47
48
48
## Release
49
49
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
51
51
netlify build gets kicked off, and when tagged a changelog is published on
52
52
GitHub. The changelog is generated based on the git commit messages. With this
53
53
in mind, ** please brush up on [ the commit message convention] [ commit ] which
Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ Contributions of any kind welcome!
136
136
[ playground ] : https://testing-playground.com
137
137
[ playground-next ] : https://develop.testing-playground.com
138
138
[ 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
141
141
[ issue tracker ] : https://github.com/testing-library/testing-playground/issues
142
142
[ all-contributors ] : https://github.com/all-contributors/all-contributors
143
143
[ emojis ] : https://github.com/all-contributors/all-contributors#emoji-key
Original file line number Diff line number Diff line change 35
35
"bump:minor" : " npm version minor -m 'release: cut the %s release'" ,
36
36
"bump:major" : " npm version major -m 'release: cut the %s release'" ,
37
37
"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 -"
39
39
},
40
40
"dependencies" : {
41
41
"@primer/octicons-react" : " ^10.0.0" ,
You can’t perform that action at this time.
0 commit comments