Skip to content

Commit

Permalink
refactoring: this is a test
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadioz committed Jan 2, 2024
1 parent d97aee2 commit 6ba09c3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
"preset": "conventionalcommits",
"releaseRules": [
{
"breaking": true,
"release": "major"
},
{
"type": "refactoring",
"release": "patch"
}
]
}
],
[
Expand Down

0 comments on commit 6ba09c3

Please sign in to comment.