chore(deps): remove release-it

This commit is contained in:
Miodec 2024-07-31 11:57:06 +02:00
parent a4b0dc0495
commit aa51668768
4 changed files with 36 additions and 1567 deletions

View file

@ -1,29 +0,0 @@
{
"hooks": {
"before:init": [
"npx turbo lint test validate-json build --filter @monkeytype/frontend"
],
"before:release": [
"cd frontend && npx firebase deploy -P live --only hosting",
"sh ./bin/purgeCfCache.sh"
]
},
"git": {
"commitMessage": "chore: release v${version}",
"requireCleanWorkingDir": false,
"changelog": "node bin/buildChangelog.mjs"
},
"github": {
"release": true
},
"npm": {
"publish": false,
"ignoreVersion": true
},
"plugins": {
"@csmith/release-it-calver-plugin": {
"format": "yy.ww.minor",
"increment": "calendar.minor"
}
}
}

View file

@ -1,28 +0,0 @@
{
"hooks": {
"before:init": ["npx turbo lint test validate-json build"],
"before:release": [
"sh ./bin/deployBackend.sh",
"cd frontend && npx firebase deploy -P live --only hosting",
"sh ./bin/purgeCfCache.sh"
]
},
"git": {
"commitMessage": "chore: release v${version}",
"requireCleanWorkingDir": false,
"changelog": "node bin/buildChangelog.mjs"
},
"github": {
"release": true
},
"npm": {
"publish": false,
"ignoreVersion": true
},
"plugins": {
"@csmith/release-it-calver-plugin": {
"format": "yy.ww.minor",
"increment": "calendar.minor"
}
}
}

View file

@ -29,8 +29,11 @@
"start-fe": "turbo run start --filter @monkeytype/frontend",
"docker": "cd backend && docker compose up",
"audit-fe": "cd frontend && npm run audit",
"release": "release-it -c .release-it.json",
"release-fe": "release-it -c .release-it-fe.json",
"release": "node ./bin/release.mjs",
"release-fe": "node ./bin/release.mjs --fe",
"release-be": "node ./bin/release.mjs --be",
"release-no-deploy": "node ./bin/release.mjs --no-deploy",
"release-dry": "node ./bin/release.mjs --dry",
"hotfix": "npm run build-fe && cd frontend && npm run deploy-live && cd .. && sh ./bin/purgeCfCache.sh",
"pretty-check": "prettier --check .",
"pretty-check-be": "prettier --check ./backend",
@ -53,8 +56,6 @@
"devDependencies": {
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@csmith/release-it-calver-plugin": "2023.9.0",
"@release-it/conventional-changelog": "7.0.2",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"conventional-changelog": "4.0.0",
@ -70,7 +71,6 @@
"only-allow": "1.2.1",
"prettier": "2.5.1",
"readline-sync": "1.4.10",
"release-it": "16.1.4",
"turbo": "2.0.9",
"typescript": "5.3.3",
"wait-for-localhost-cli": "3.2.0"

1536
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff