Skip to content

Commit

Permalink
build(repo): update commit analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Aug 26, 2024
1 parent 07c2e50 commit 7e63368
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/epo-widget-lib/release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ const release = {
"@semantic-release/commit-analyzer",
{
preset: "conventionalcommits",
releaseRules: [
{ type: "refactor", release: "patch" },
{ type: "style", release: "patch" },
],
},
],
],
Expand Down

0 comments on commit 7e63368

Please sign in to comment.