Skip to content

Commit

Permalink
Merge pull request #21 from lpm0073/next
Browse files Browse the repository at this point in the history
chore: ensure that all semantic release addons get installed
  • Loading branch information
lpm0073 authored Nov 14, 2023
2 parents a519c00 + b345d4f commit 0c2fb8d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1"
}
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.1",
"@semantic-release/release-notes-generator": "^10.0.2"
}
}

0 comments on commit 0c2fb8d

Please sign in to comment.