Skip to content

Commit

Permalink
ci: fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
iamyoki committed Dec 16, 2021
1 parent d07e2fa commit 84ca28f
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 448 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/react": "^17.0.37",
"conventional-changelog-conventionalcommits": "^4.6.1",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
Expand Down
7 changes: 6 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@ const config = {
},
},
],
'@semantic-release/changelog',
[
'@semantic-release/changelog',
{
changelogFile: 'CHANGELOG.md',
},
],
'@semantic-release/github',
'@semantic-release/npm',
[
Expand Down
Loading

0 comments on commit 84ca28f

Please sign in to comment.