We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6073bda commit 683e53fCopy full SHA for 683e53f
release.config.js
@@ -24,7 +24,12 @@ config.plugins.push(
24
"assets": ["CHANGELOG.md", "package.json"],
25
"message": "chore(release)!: [skip ci] ${nextRelease.version} released"
26
}],
27
+ ["@qiwi/semantic-release-gh-pages-plugin", {
28
+ "msg" : "docs: ${nextRelease.version} documentation released",
29
+ "src" : "build/dokka",
30
+ "branch" : "gh-pages"
31
+ }]
32
)
33
34
// JS Semantic Release configuration must export the JS configuration object
-module.exports = config
35
+module.exports = config
0 commit comments