Skip to content

Commit 834bd70

Browse files
committed
ci(release): disable release on chore commits
Renovate now uses fix commtis for deps and chore for dev-deps, so no need to release on chore commits any more.
1 parent b0acaab commit 834bd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
{ type: 'perf', release: 'patch' },
99
{ type: 'revert', release: 'patch' },
1010
{ type: 'docs', release: 'patch' },
11-
{ type: 'chore', scope: '?(peer-)deps', release: 'patch' },
11+
{ type: 'chore', release: false },
1212
{ type: 'refactor', release: 'patch' },
1313
{ type: 'test', release: 'patch' },
1414
{ type: 'build', release: 'patch' },

0 commit comments

Comments
 (0)