Skip to content

Commit

Permalink
fix: Do not allow semantic-release v22
Browse files Browse the repository at this point in the history
This plugin has issues with semantic-release v22, so dependency is adjusted to disallow installing it with semantic-release v22.
  • Loading branch information
saitho committed Sep 20, 2023
1 parent 1b2776b commit 758caaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"commit": "git-cz"
},
"dependencies": {
"semantic-release": ">=20.0.0",
"semantic-release": ">=20.0.0 <22.0.0",
"@semantic-release/error": "^3.0.0",
"aggregate-error": "^3.1.0",
"debug": "^4.3.4",
Expand Down

0 comments on commit 758caaa

Please sign in to comment.