ci(release): remove release-it

This commit is contained in:
Amruth Pillai 2022-03-09 19:18:31 +01:00
parent 5d37dcb0ed
commit 781dc4d231
No known key found for this signature in database
GPG Key ID: E3C57DF9B80855AD
3 changed files with 28 additions and 1551 deletions

View File

@ -1,11 +0,0 @@
{
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
}
}
}

View File

@ -26,15 +26,13 @@
"build": "env-cmd --silent concurrently \"pnpm run build:*\"",
"start:server": "pnpm -F server start:prod",
"start:client": "pnpm -F client start",
"start": "env-cmd --silent concurrently --kill-others \"pnpm run start:*\"",
"release": "release-it"
"start": "env-cmd --silent concurrently --kill-others \"pnpm run start:*\""
},
"dependencies": {
"concurrently": "^7.0.0",
"env-cmd": "^10.1.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"cz-conventional-changelog": "^3.3.0",
@ -46,7 +44,6 @@
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^7.0.4",
"prettier": "^2.5.1",
"release-it": "^14.12.5",
"typescript": "^4.5.5"
}
}

File diff suppressed because it is too large Load Diff