Skip to content

Commit

Permalink
feat: save changelog to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Mazuk committed May 5, 2021
1 parent 87e037a commit 90375a0
Show file tree
Hide file tree
Showing 3 changed files with 2,164 additions and 2,869 deletions.
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@ module.exports = {
changelogFile: 'CHANGELOG.md',
},
],
[
'@semantic-release/git',
{
assets: ['docs/CHANGELOG.md'],
},
],
],
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
"license": "MIT",
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"prettier": "^2.2.1",
"semantic-release": "^17.4.2"
},
"peerDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"semantic-release": "^17.4.2"
},
"files": [
Expand Down
Loading

0 comments on commit 90375a0

Please sign in to comment.