Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit 4dbca4a

Browse files
authored
fix: limit to semantic-release below 20.0.0
semantic-release v20 introduces breaking changes that are not compatible with this plugin. Therefore the allowed semantic-release version is limited to versions between v13 and v20.
1 parent eaee396 commit 4dbca4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"commit": "git-cz"
2525
},
2626
"dependencies": {
27-
"semantic-release": ">=13.0.0",
27+
"semantic-release": ">=13.0.0 <20",
2828
"@semantic-release/error": "^2.2.0 || ^3.0.0",
2929
"aggregate-error": "^3.1.0",
3030
"debug": "^4.3.2",

0 commit comments

Comments
 (0)