Skip to content

Commit

Permalink
ci: upgrade release workflow to new version (#673)
Browse files Browse the repository at this point in the history
Co-authored-by: souvik <[email protected]>
  • Loading branch information
chinma-yyy and Souvikns authored Jul 14, 2023
1 parent fc694b0 commit 3a114ef
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@
"@babel/core": "^7.19.3",
"@jest/types": "^29.1.0",
"@oclif/test": "^2",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/github": "^7.2.3",
"@semantic-release/npm": "^7.1.3",
"@semantic-release/release-notes-generator": "^9.0.2",
"@swc/core": "^1.3.2",
"@swc/jest": "^0.2.22",
"@types/chai": "^4.3.3",
Expand All @@ -67,7 +63,6 @@
"@typescript-eslint/parser": "^5.38.1",
"acorn": "^8.5.0",
"chai": "^4.3.6",
"conventional-changelog-conventionalcommits": "^4.4.0",
"cross-env": "^7.0.3",
"eslint": "^8.24.0",
"eslint-config-oclif": "^4",
Expand All @@ -81,7 +76,6 @@
"react": "^16.14.0",
"react-dom": "^16.14.0",
"rimraf": "^3.0.2",
"semantic-release": "^17.4.3",
"simple-git": "^2.48.0",
"ts-node": "^10.9.1",
"tslib": "^2.3.1",
Expand Down Expand Up @@ -126,27 +120,6 @@
"publishConfig": {
"access": "public"
},
"release": {
"branches": [
"master"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits"
}
],
"@semantic-release/npm",
"@semantic-release/github"
]
},
"optionalDependencies": {
"fsevents": "^2.3.2"
},
Expand Down

0 comments on commit 3a114ef

Please sign in to comment.