Skip to content

Commit 683e53f

Browse files
chore: configure semantic release to deploy documentation on github pages
1 parent 6073bda commit 683e53f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

release.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +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"
31+
}]
2732
)
2833

2934
// JS Semantic Release configuration must export the JS configuration object
30-
module.exports = config
35+
module.exports = config

0 commit comments

Comments
 (0)