Skip to content

Commit

Permalink
Added changelog generator
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeShirley committed Jul 8, 2024
1 parent 54aea78 commit 7a8e5f8
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 0 deletions.
File renamed without changes.
65 changes: 65 additions & 0 deletions package-lock.json

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

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"semantic-release-vsce",
{
Expand Down Expand Up @@ -209,6 +215,7 @@
"vscode-debugadapter": "1.47.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@types/glob": "^7.1.3",
"@types/mocha": "^8.0.4",
"@types/node": "^12.11.7",
Expand Down

0 comments on commit 7a8e5f8

Please sign in to comment.