Skip to content

Commit

Permalink
fix: add build commits for patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
pmvald committed Feb 24, 2024
1 parent 85a2eeb commit d7f2d69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.config.js
Expand Up @@ -32,7 +32,8 @@ module.exports = {
{ revert: true, release: 'patch' },
{ type: 'feat', release: 'minor' },
{ type: 'fix', release: 'patch' },
{ type: 'perf', release: 'patch' }
{ type: 'perf', release: 'patch' },
{ type: 'build', release: 'patch' }
],

// The preset determines which commits are included in the changelog and how
Expand Down

0 comments on commit d7f2d69

Please sign in to comment.