Skip to content

Commit e8db262

Browse files
committed
chore: remove deps scope
1 parent 39f4f82 commit e8db262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = Promise.resolve().then(() => {
1010
{
1111
preset: 'angular',
1212
releaseRules: [
13-
{ type: 'chore', scope: 'deps', release: 'patch' },
13+
{ type: 'chore', release: 'patch' },
1414
{ type: 'refactor', release: 'patch' },
1515
],
1616
parserOpts: {

0 commit comments

Comments
 (0)