File tree Expand file tree Collapse file tree 2 files changed +262
-371
lines changed Expand file tree Collapse file tree 2 files changed +262
-371
lines changed Original file line number Diff line number Diff line change 1313 },
1414 "license" : " Apache-2.0" ,
1515 "devDependencies" : {
16- "@qiwi/semantic-release-gh-pages-plugin" : " ^5.2.2" ,
1716 "@semantic-release/exec" : " ^6.0.3" ,
1817 "@types/bootstrap" : " ^4.5.0" ,
1918 "@types/jest" : " ^25.2.1" ,
9291 " @semantic-release/npm" ,
9392 " @semantic-release/github" ,
9493 [
95- " @qiwi/semantic-release-gh-pages-plugin " ,
94+ " @qiwi/semrel-metabranch " ,
9695 {
97- "src" : " dist/e2e"
96+ "publish" : {
97+ "action" : " push" ,
98+ "branch" : " gh-pages" ,
99+ "from" : " ./dist/e2e" ,
100+ "to" : " ./" ,
101+ "message" : " Update test app to ${nextRelease.gitTag}"
102+ }
98103 }
99104 ]
100105 ]
101106 },
102- "homepage" : " https://github.com/Leanplum/Leanplum-JavaScript-SDK#readme"
107+ "homepage" : " https://github.com/Leanplum/Leanplum-JavaScript-SDK#readme" ,
108+ "dependencies" : {
109+ "@qiwi/semrel-metabranch" : " ^3.1.2"
110+ }
103111}
You can’t perform that action at this time.
0 commit comments