Skip to content

Commit ced9b0a

Browse files
chore: change plugin for publish documentation to github pages
1 parent 4c124f4 commit ced9b0a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
33
"semantic-release-preconfigured-conventional-commits": "1.1.16",
4-
"@qiwi/semantic-release-gh-pages-plugin": "5.2.3"
4+
"@qiwi/semrel-metabranch": "3.1.3"
55
},
66
"engines": {
77
"node": "18.13"

release.config.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ config.plugins.push(
2424
"assets": ["CHANGELOG.md", "package.json"],
2525
"message": "chore(release)!: [skip ci] ${nextRelease.version} released"
2626
}],
27-
["@qiwi/semantic-release-gh-pages-plugin", {
28-
"msg" : "docs: ${nextRelease.version} documentation released",
29-
"src" : "build/dokka",
30-
"branch" : "gh-pages"
27+
["@qiwi/semrel-metabranch", {
28+
"action" : "push",
29+
"from" : "build/dokka",
30+
"to" : ".",
31+
"branch" : "gh-pages",
32+
"message" : "docs: ${nextRelease.version} documentation released"
3133
}]
3234
)
3335

0 commit comments

Comments
 (0)