Skip to content

Commit c7d7ca5

Browse files
committed
meta: forbid auto major version release
1 parent cd2de40 commit c7d7ca5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"pg-hstore": "^2.x",
8686
"rimraf": "^3.0.2",
8787
"semantic-release": "^17.3.0",
88+
"semantic-release-fail-on-major-bump": "^1.0.0",
8889
"sinon": "^9.0.2",
8990
"sinon-chai": "^3.3.0",
9091
"sqlite3": "^4.2.0",
@@ -161,6 +162,9 @@
161162
}
162163
},
163164
"release": {
165+
"plugins": [
166+
"semantic-release-fail-on-major-bump"
167+
],
164168
"branches": [
165169
"v6"
166170
],

0 commit comments

Comments
 (0)