Skip to content

Commit

Permalink
Make "refactor" commit types to release as patch
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Sep 6, 2023
1 parent 3f33bc2 commit 19e9f31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [{ "type": "chore", "scope": "deps", "release": "patch" }]
"releaseRules": [
{ "type": "chore", "scope": "deps", "release": "patch" },
{ "type": "refactor", "release": "patch" }
]
}
],
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 19e9f31

Please sign in to comment.