Skip to content

Commit

Permalink
refactor(release.config): add spec instead test (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Feb 25, 2024
1 parent 3c598b4 commit a25a156
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand All @@ -66,7 +66,6 @@ export default {
{ type: 'perf', section: 'Performance Improvements' },
{ type: 'revert', section: 'Reverts' },
{ type: 'docs', section: 'Documentation' },
{ type: 'style', section: 'Styles' },
],
},
writerOpts: {
Expand Down

0 comments on commit a25a156

Please sign in to comment.