Skip to content

Commit

Permalink
fix: publish new deps versions [force publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinEldeeb committed Mar 16, 2022
1 parent 7c38a06 commit 0f7b578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const semanticRules = [
{
group: 'Fixes & improvements',
releaseType: 'patch',
prefixes: ['fix', 'perf', 'refactor', 'docs', 'chore'],
prefixes: ['fix', 'perf', 'refactor', 'docs'],
},
{
group: 'BREAKING CHANGES',
Expand Down

0 comments on commit 0f7b578

Please sign in to comment.