Skip to content

Commit b4ee68e

Browse files
committed
chore: 🤖 update release config to use preset
1 parent e2adb9b commit b4ee68e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ module.exports = {
33
[
44
'@semantic-release/commit-analyzer',
55
{
6+
preset: 'conventionalcommits',
67
config: 'cz-conventional-changelog',
78
},
89
],
910
[
1011
'@semantic-release/release-notes-generator',
1112
{
13+
preset: 'conventionalcommits',
1214
config: 'cz-conventional-changelog',
1315
},
1416
],

0 commit comments

Comments
 (0)