Skip to content

Commit

Permalink
feat: add semantic release dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed Apr 12, 2021
1 parent 7e365cf commit 4e39fa3
Show file tree
Hide file tree
Showing 2 changed files with 2,510 additions and 43 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"react-dom": "^16.8 || ^17"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@testing-library/react-hooks": "^5.1.1",
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",
Expand All @@ -36,9 +38,19 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"semantic-release": "^17.4.2",
"ts-jest": "^26.5.4",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"yarn": "^1.22.10"
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
]
}
}
Loading

0 comments on commit 4e39fa3

Please sign in to comment.