Skip to content

Commit

Permalink
chore(deps): semantic-release/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
esatterwhite committed Mar 21, 2021
1 parent e1efba4 commit 43b10f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.7",
"@vuepress/plugin-back-to-top": "^1.5.4",
Expand Down
3 changes: 3 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ module.exports = {
, changelogFile: 'CHANGELOG.md'
}]
, ['@semantic-release/npm', null]
, ['@semantic-release/exec', {
publishCmd: 'npm run docs:build'
}]
, ['@semantic-release/git', {
assets: [
'package.json'
Expand Down

0 comments on commit 43b10f8

Please sign in to comment.