Skip to content

Commit

Permalink
ci: fix semantic release config
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Feb 24, 2023
1 parent 45fa28b commit b6df57b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
module.exports = {
...require('@codingame/semantic-release-config'),
branches: [
'main'
],
plugins: [
['@semantic-release/commit-analyzer', {
preset: 'conventionalcommits',
releaseRules: '@codingame/semantic-release-rules'
}],
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/npm',
'@semantic-release/github'
Expand Down

0 comments on commit b6df57b

Please sign in to comment.