Skip to content

Commit

Permalink
ci(release): disable release on chore commits
Browse files Browse the repository at this point in the history
Renovate now uses fix commtis for deps and chore for dev-deps, so no need to release on chore commits any more.
  • Loading branch information
jdbruijn committed Sep 20, 2020
1 parent b0acaab commit 834bd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
{ type: 'perf', release: 'patch' },
{ type: 'revert', release: 'patch' },
{ type: 'docs', release: 'patch' },
{ type: 'chore', scope: '?(peer-)deps', release: 'patch' },
{ type: 'chore', release: false },
{ type: 'refactor', release: 'patch' },
{ type: 'test', release: 'patch' },
{ type: 'build', release: 'patch' },
Expand Down

0 comments on commit 834bd70

Please sign in to comment.