Skip to content

Commit 9817984

Browse files
authored
Clevertap-web-sdk version update to 2.3.0 (#191)
* feat: upgrade the clevertap web sdk to 2.3.0 * Updates test file * Updated @qiwi/semrel-metabranch version * Removed @qiwi/semrel-metabranch package. Replaced with @semantic-release/git * yarn lock file update
1 parent 2548e9f commit 9817984

File tree

2 files changed

+25
-309
lines changed

2 files changed

+25
-309
lines changed

package.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
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",
@@ -93,22 +94,19 @@
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
}

0 commit comments

Comments
 (0)