Skip to content

Commit

Permalink
fix(ci): update semantic release to avoid pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
djMax committed Oct 20, 2023
1 parent f9cb1d4 commit 0fca36c
Show file tree
Hide file tree
Showing 2 changed files with 404 additions and 91 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,33 +32,31 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/exec",
{
"publishCmd": "yarn dlx pinst --disable"
}
],
"@semantic-release/npm",
"@semantic-release/git"
"@semantic-release/github"
]
},
"config": {
"coconfig": "@openapi-typescript-infra/coconfig"
},
"devDependencies": {
"@openapi-typescript-infra/coconfig": "^4.2.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.1",
"@types/caller": "^1.0.1",
"@types/js-yaml": "^4.0.8",
"@types/minimist": "^1.2.4",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"coconfig": "^1.0.0",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
Expand Down
Loading

0 comments on commit 0fca36c

Please sign in to comment.