Skip to content

Commit

Permalink
ci: don't release chore commits
Browse files Browse the repository at this point in the history
instead use the ci type to trigger releases
  • Loading branch information
dvirtz committed Dec 2, 2024
1 parent 7a9d454 commit 10248d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shared-release-config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ const types = [
];

const releaseRules = [
{type: 'chore', release: 'patch'},
{type: 'ci', release: 'patch'},
{type: 'docs', release: 'patch'},
{type: 'revert', release: 'patch'},
{type: 'test', release: 'patch'},
];

Expand Down

0 comments on commit 10248d2

Please sign in to comment.