不要怂,就是干,撸起袖子干!

meta: forbid auto major version release

1 parent cd2de406
Showing with 4 additions and 0 deletions
...@@ -85,6 +85,7 @@ ...@@ -85,6 +85,7 @@
"pg-hstore": "^2.x", "pg-hstore": "^2.x",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"semantic-release": "^17.3.0", "semantic-release": "^17.3.0",
"semantic-release-fail-on-major-bump": "^1.0.0",
"sinon": "^9.0.2", "sinon": "^9.0.2",
"sinon-chai": "^3.3.0", "sinon-chai": "^3.3.0",
"sqlite3": "^4.2.0", "sqlite3": "^4.2.0",
...@@ -161,6 +162,9 @@ ...@@ -161,6 +162,9 @@
} }
}, },
"release": { "release": {
"plugins": [
"semantic-release-fail-on-major-bump"
],
"branches": [ "branches": [
"v6" "v6"
], ],
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!