Skip to content

Commit

Permalink
fix: include changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Mar 10, 2022
1 parent c1d4f15 commit 976624f
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 1 deletion.
75 changes: 75 additions & 0 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"semantic-release-vsce",
{
Expand Down Expand Up @@ -449,7 +450,7 @@
},
{
"command": "pymakr.createProject",
"group":"navigation"
"group": "navigation"
}
],
"explorer/context": [
Expand Down Expand Up @@ -479,6 +480,7 @@
"package": "vsce package --baseImagesUrl https://raw.githubusercontent.com/pycom/pymakr-vsc/rewrite/"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@types/glob": "^7.2.0",
"@types/mocha": "^9.0.0",
"@types/node": "16.x",
Expand Down

0 comments on commit 976624f

Please sign in to comment.