Skip to content

Commit

Permalink
chore(github): add changelog plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
z0al committed Aug 17, 2021
1 parent 3e3a27e commit 64da32f
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
40 changes: 39 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"p-wait-for": "^3.2.0"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@types/jest": "^27.0.1",
"@types/lodash.sortby": "^4.7.6",
"@types/node": "^16.6.1",
Expand Down Expand Up @@ -102,6 +103,19 @@
"path": "@semantic-release/github",
"assets": "*.vsix"
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md"
]
}
]
]
},
"prettier": {
Expand Down

0 comments on commit 64da32f

Please sign in to comment.