We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a2eeb commit d7f2d69Copy full SHA for d7f2d69
release.config.js
@@ -32,7 +32,8 @@ module.exports = {
32
{ revert: true, release: 'patch' },
33
{ type: 'feat', release: 'minor' },
34
{ type: 'fix', release: 'patch' },
35
- { type: 'perf', release: 'patch' }
+ { type: 'perf', release: 'patch' },
36
+ { type: 'build', release: 'patch' }
37
],
38
39
// The preset determines which commits are included in the changelog and how
0 commit comments