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.
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
5151netlify build gets kicked off, and when tagged a changelog is published on
5252GitHub. The changelog is generated based on the git commit messages. With this
5353in 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!
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments