Skip to content

Commit

Permalink
ci: update usage a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed May 6, 2024
1 parent ad909b8 commit cd37127
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@
"tagFormat": "${version}",
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
"releaseRules":
[
{ "type": "docs", "scope": "README", "release": "patch" },
{ "type": "refactor", "release": "patch" },
{ "type": "style", "release": "patch" }
],
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
}
]
}
],

Expand Down

0 comments on commit cd37127

Please sign in to comment.