Skip to content

Commit

Permalink
fix: correct semantic-release peer dep version range
Browse files Browse the repository at this point in the history
This should have been done with the change to the `generateNotes`
plugin format in abe1f7c. As of
this commit, this library supports `semantic-release` versions
from 15.7.0 until 15.9.x, before 15.10.0 changes the plugin system,
which will require a much more significant update.

Fixes #34
  • Loading branch information
pmowrer committed Jan 28, 2020
1 parent 651d17e commit 6d42c73
Show file tree
Hide file tree
Showing 2 changed files with 3,411 additions and 2,267 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"bin": "./bin/semantic-release-github-pr.js",
"license": "MIT",
"peerDependencies": {
"semantic-release": "13.4.1 - 15.6.x"
"semantic-release": "^15.7.0-15.9.x"
},
"dependencies": {
"execa": "^0.8.0",
Expand All @@ -34,12 +34,12 @@
"jest": "^22.0.4",
"lint-staged": "^6.0.0",
"prettier": "^1.8.2",
"semantic-release": "^15.0.0"
"semantic-release": "15.9.x"
},
"lint-staged": {
"*.js": [
"yarn format",
"git add"
]
}
}
}
Loading

0 comments on commit 6d42c73

Please sign in to comment.