Skip to content

Commit

Permalink
chore: activate publish on github pages by semantic release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGiulianelli committed Jan 16, 2023
1 parent f9800e0 commit 8a9001c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ config.plugins.push(
"message": "chore(release)!: [skip ci] ${nextRelease.version} released"
}],
["@qiwi/semrel-metabranch", {
"action" : "push",
"from" : "build/dokka",
"to" : ".",
"branch" : "gh-pages",
"message" : "docs: ${nextRelease.version} documentation released"
"publish" : {
"action" : "push",
"from" : "build/dokka",
"to" : ".",
"branch" : "gh-pages",
"message" : "docs: ${nextRelease.version} documentation released"
}
}]
)

Expand Down

0 comments on commit 8a9001c

Please # to comment.