Skip to content

Commit

Permalink
Merge pull request #20 from bento-platform/chore/release
Browse files Browse the repository at this point in the history
chore: more release rule options
  • Loading branch information
davidlougheed authored Feb 14, 2024
2 parents 0632a65 + 6bf3721 commit 52476df
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,17 @@
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{ "type": "chore", "release": "patch" },
{ "type": "refact", "release": "minor" },
{ "type": "refactor", "release": "minor" }
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
Expand Down

0 comments on commit 52476df

Please sign in to comment.