Skip to content

Commit

Permalink
chore: configure semantic release to deploy documentation on github p…
Browse files Browse the repository at this point in the history
…ages
  • Loading branch information
andrea-acampora committed Jan 16, 2023
1 parent 6073bda commit 683e53f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ config.plugins.push(
"assets": ["CHANGELOG.md", "package.json"],
"message": "chore(release)!: [skip ci] ${nextRelease.version} released"
}],
["@qiwi/semantic-release-gh-pages-plugin", {
"msg" : "docs: ${nextRelease.version} documentation released",
"src" : "build/dokka",
"branch" : "gh-pages"
}]
)

// JS Semantic Release configuration must export the JS configuration object
module.exports = config
module.exports = config

0 comments on commit 683e53f

Please sign in to comment.