chore: block major releases
This commit is contained in:
parent
bafb1faa48
commit
6c7d867dbd
1 changed files with 6 additions and 1 deletions
|
|
@ -1,7 +1,12 @@
|
|||
{
|
||||
"branches": ["version-13"],
|
||||
"plugins": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/commit-analyzer", {
|
||||
"preset": "angular",
|
||||
"releaseRules": [
|
||||
{"breaking": true, "release": false}
|
||||
]
|
||||
},
|
||||
"@semantic-release/release-notes-generator",
|
||||
[
|
||||
"@semantic-release/exec", {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue