Skip to content

Commit b6df57b

Browse files
author
Loïc Mangeonjean
committed
ci: fix semantic release config
1 parent 45fa28b commit b6df57b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

release.config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
module.exports = {
2+
...require('@codingame/semantic-release-config'),
23
branches: [
34
'main'
45
],
56
plugins: [
6-
['@semantic-release/commit-analyzer', {
7-
preset: 'conventionalcommits',
8-
releaseRules: '@codingame/semantic-release-rules'
9-
}],
7+
'@semantic-release/commit-analyzer',
108
'@semantic-release/release-notes-generator',
119
'@semantic-release/npm',
1210
'@semantic-release/github'

0 commit comments

Comments
 (0)