From a25a156a05522f6263c074c8781be61c7ec8bf54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 23:33:27 +0300 Subject: [PATCH] refactor(release.config): add `spec` instead `test` (#95) Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com> --- release.config.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/release.config.js b/release.config.js index 1033966..577f495 100644 --- a/release.config.js +++ b/release.config.js @@ -42,12 +42,12 @@ export default { release: 'patch', }, { - type: 'style', - release: 'patch', + type: 'spec', + release: false, }, { - type: 'test', - release: false, + type: 'style', + release: 'patch', }, ], parserOpts: { @@ -66,7 +66,6 @@ export default { { type: 'perf', section: 'Performance Improvements' }, { type: 'revert', section: 'Reverts' }, { type: 'docs', section: 'Documentation' }, - { type: 'style', section: 'Styles' }, ], }, writerOpts: {