mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-07 08:07:40 +03:00
update commit analyzer
Signed-off-by: Andrew Brandt <brandt.andrew89@gmail.com>
This commit is contained in:
parent
48ffe43cc7
commit
f1616c6e14
16
.releaserc
16
.releaserc
@ -3,7 +3,15 @@
|
|||||||
[
|
[
|
||||||
"@semantic-release/commit-analyzer",
|
"@semantic-release/commit-analyzer",
|
||||||
{
|
{
|
||||||
"preset": "conventionalcommits"
|
"preset": "conventionalcommits",
|
||||||
|
"releaseRules": [
|
||||||
|
{ "breaking": true, "release": "minor" },
|
||||||
|
{ "type": "feat", "release": "minor" },
|
||||||
|
{ "type": "fix", "release": "patch" }
|
||||||
|
],
|
||||||
|
"parserOpts": {
|
||||||
|
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
@ -28,11 +36,5 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"releaseRules": [
|
|
||||||
{
|
|
||||||
"breaking": true,
|
|
||||||
"release": "minor"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"branches": ["feature/add-semantic-releases"]
|
"branches": ["feature/add-semantic-releases"]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user