Skip to content

Commit 7faa71f

Browse files
author
Loïc Mangeonjean
committed
ci: fix semantic release config
1 parent a4b9a32 commit 7faa71f

File tree

3 files changed

+228
-6
lines changed

3 files changed

+228
-6
lines changed

package-lock.json

Lines changed: 225 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@codingame/commitlint-config-codingame": "^1.0.3",
3737
"@codingame/eslint-config": "^1.1.6",
3838
"@codingame/eslint-config-react": "^1.0.1",
39-
"@codingame/semantic-release-rules": "^1.0.0",
39+
"@codingame/semantic-release-config": "^1.2.0",
4040
"@codingame/tsconfig": "^1.1.0",
4141
"@commitlint/cli": "^17.3.0",
4242
"@types/deep-equal": "^1.0.1",

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)