File tree Expand file tree Collapse file tree 2 files changed +25
-309
lines changed Expand file tree Collapse file tree 2 files changed +25
-309
lines changed Original file line number Diff line number Diff line change 1414 "license" : " Apache-2.0" ,
1515 "devDependencies" : {
1616 "@semantic-release/exec" : " ^6.0.3" ,
17+ "@semantic-release/git" : " ^10.0.1" ,
1718 "@types/bootstrap" : " ^4.5.0" ,
1819 "@types/clevertap-web-sdk" : " ^1.1.13" ,
1920 "@types/jest" : " ^25.2.1" ,
9394 " @semantic-release/npm" ,
9495 " @semantic-release/github" ,
9596 [
96- " @qiwi/semrel-metabranch " ,
97+ " @semantic-release/git " ,
9798 {
98- "publish" : {
99- "action" : " push" ,
100- "branch" : " gh-pages" ,
101- "from" : " ./dist/e2e" ,
102- "to" : " ./" ,
103- "message" : " Update test app to ${nextRelease.gitTag}"
104- }
99+ "assets" : [
100+ " dist/e2e/**"
101+ ],
102+ "message" : " Update test app to ${nextRelease.gitTag}" ,
103+ "branch" : " gh-pages"
105104 }
106105 ]
107106 ]
108107 },
109108 "homepage" : " https://github.com/Leanplum/Leanplum-JavaScript-SDK#readme" ,
110109 "dependencies" : {
111- "@qiwi/semrel-metabranch" : " ^3.1.3" ,
112110 "clevertap-web-sdk" : " 2.3.0"
113111 }
114112}
You can’t perform that action at this time.
0 commit comments