From d7f2d69ff41a5811552412080519b1984ff48669 Mon Sep 17 00:00:00 2001 From: Payam Valadkhan Date: Sat, 24 Feb 2024 17:16:14 -0500 Subject: [PATCH] fix: add build commits for patch release --- release.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release.config.js b/release.config.js index d43d7b2f3..7442431e0 100644 --- a/release.config.js +++ b/release.config.js @@ -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