Skip to content

Commit

Permalink
feat: changed release config to do more patch releases
Browse files Browse the repository at this point in the history
  • Loading branch information
krsche committed Jul 13, 2022
1 parent 0e80890 commit 1d6ffc8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,20 @@
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
"preset": "conventionalcommits",
"releaseRules": [
{ "type": "docs", "release": "patch" },
{ "type": "refactor", "release": "patch" },
{ "type": "style", "release": "patch" },
{ "type": "ci", "release": "patch" },
{ "type": "build", "release": "patch" },
{ "type": "chore", "release": "patch" },
{ "type": "perf", "release": "patch" },
{ "type": "test", "release": "patch" }
],
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
}
}
],
[
Expand Down

0 comments on commit 1d6ffc8

Please sign in to comment.