Skip to content

Commit

Permalink
fix(ci.yml): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DawChihLiou committed Aug 28, 2020
2 parents 4b1f189 + a522b45 commit 5b14b78
Show file tree
Hide file tree
Showing 4 changed files with 2,857 additions and 87 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
@@ -1,4 +1,8 @@
<<<<<<< HEAD
name: Publish NPM Package
=======
name: Publish Github Package
>>>>>>> a522b458e0968ce6066a4f8572752b605a173210

on:
push:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -24,6 +24,8 @@
"react": "^16.9.0"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^10.4.9",
"@testing-library/react-hooks": "^3.4.1",
Expand Down Expand Up @@ -55,6 +57,7 @@
"react-dom": "^16.13.1",
"react-scripts": "^3.4.1",
"react-test-renderer": "^16.9.0",
"semantic-release": "^17.1.1",
"typescript": "^3.7.5"
},
"files": [
Expand Down
10 changes: 10 additions & 0 deletions release.config.js
@@ -0,0 +1,10 @@
module.exports = {
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/changelog',
'@semantic-release/npm',
'@semantic-release/git',
],
preset: 'angular',
}

0 comments on commit 5b14b78

Please sign in to comment.