Skip to content

Commit 7da3671

Browse files
authored
fix: updated release conditions (#65)
1 parent fa680d4 commit 7da3671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default {
1212
{ type: 'docs', scope: 'README', release: 'patch' },
1313
{ type: 'refactor', release: 'patch' },
1414
{ type: 'style', release: 'patch' },
15+
{ type: 'chore', release: 'patch' },
1516
],
1617
},
1718
],

0 commit comments

Comments
 (0)