Skip to content

Commit

Permalink
Merge pull request #20 from CodinGame/fix-semantic-release-config
Browse files Browse the repository at this point in the history
Fix semantic release config
  • Loading branch information
CGNonofr authored Dec 12, 2022
2 parents f18671b + 444c3be commit 310e20e
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
4 changes: 0 additions & 4 deletions .releaserc

This file was deleted.

42 changes: 16 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@codingame/commitlint-config-codingame": "^1.0.3",
"@codingame/eslint-config": "^1.1.2",
"@codingame/semantic-release-config": "^1.0.3",
"@codingame/semantic-release-rules": "^1.0.0",
"@codingame/tsconfig": "^1.0.5",
"@commitlint/cli": "^17.3.0",
"@types/debounce": "^1.2.1",
Expand Down
14 changes: 14 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
branches: [
'main'
],
plugins: [
['@semantic-release/commit-analyzer', {
preset: 'conventionalcommits',
releaseRules: '@codingame/semantic-release-rules'
}],
'@semantic-release/release-notes-generator',
'@semantic-release/npm',
'@semantic-release/github'
]
}

0 comments on commit 310e20e

Please sign in to comment.