Skip to content

Commit 8fa1263

Browse files
committed
chore: update publishing to gh-pages
1 parent 5f1529b commit 8fa1263

File tree

2 files changed

+262
-371
lines changed

2 files changed

+262
-371
lines changed

package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
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",
@@ -92,12 +91,21 @@
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
}

0 commit comments

Comments
 (0)