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 f9800e0 commit 8a9001cCopy full SHA for 8a9001c
release.config.js
@@ -25,11 +25,13 @@ config.plugins.push(
25
"message": "chore(release)!: [skip ci] ${nextRelease.version} released"
26
}],
27
["@qiwi/semrel-metabranch", {
28
- "action" : "push",
29
- "from" : "build/dokka",
30
- "to" : ".",
31
- "branch" : "gh-pages",
32
- "message" : "docs: ${nextRelease.version} documentation released"
+ "publish" : {
+ "action" : "push",
+ "from" : "build/dokka",
+ "to" : ".",
+ "branch" : "gh-pages",
33
+ "message" : "docs: ${nextRelease.version} documentation released"
34
+ }
35
}]
36
)
37
0 commit comments