We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0acaab commit 834bd70Copy full SHA for 834bd70
.releaserc.js
@@ -8,7 +8,7 @@ module.exports = {
8
{ type: 'perf', release: 'patch' },
9
{ type: 'revert', release: 'patch' },
10
{ type: 'docs', release: 'patch' },
11
- { type: 'chore', scope: '?(peer-)deps', release: 'patch' },
+ { type: 'chore', release: false },
12
{ type: 'refactor', release: 'patch' },
13
{ type: 'test', release: 'patch' },
14
{ type: 'build', release: 'patch' },
0 commit comments