Skip to content

Commit

Permalink
fix(release): add semantic-release git & github as deps (#305)
Browse files Browse the repository at this point in the history
This should enable semantic-release to write the correct & updated version pack to package.json and commit it to git, so the version in package.json is always up to date.
  • Loading branch information
JPSchellenberg authored and sr258 committed Dec 4, 2019
1 parent 233895a commit 0d551f0
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 0 deletions.
158 changes: 158 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
"yazl": "^2.5.1"
},
"devDependencies": {
"@semantic-release/git": "7.0.18",
"@semantic-release/github": "5.5.5",
"@types/escape-html": "0.0.20",
"@types/fs-extra": "8.0.1",
"@types/jest": "24.0.23",
Expand Down

0 comments on commit 0d551f0

Please sign in to comment.