Skip to content

Commit

Permalink
chore(ci): adjust rules
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Sep 19, 2024
1 parent ba27208 commit e6d91df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
"releaseRules": [{ "type": "*!", "release": "major" }]
"releaseRules": [
{ "type": "chore", "release": "patch" },
{ "type": "docs", "release": "patch" },
{ "type": "test", "release": "patch" }
]
},
"@semantic-release/release-notes-generator",
"@semantic-release/github"
Expand Down

0 comments on commit e6d91df

Please sign in to comment.