Skip to content

Commit 68059b4

Browse files
committed
ci: updated commit subjects in release config
1 parent 5840adc commit 68059b4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

release.config.cjs

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ module.exports = {
1515
'@semantic-release/commit-analyzer',
1616
{
1717
releaseRules: [
18+
{
19+
type: 'feat',
20+
release: 'minor',
21+
},
1822
{
1923
type: 'build',
2024
release: 'patch',
@@ -33,7 +37,7 @@ module.exports = {
3337
},
3438
{
3539
type: 'refactor',
36-
release: 'minor',
40+
release: 'patch',
3741
},
3842
{
3943
type: 'style',

0 commit comments

Comments
 (0)