chore(projects): remove bumpp & add release script

This commit is contained in:
Soybean 2023-06-05 01:57:23 +08:00
parent f9d47c081f
commit a3dfe61a7b
2 changed files with 3 additions and 6 deletions

View File

@ -49,9 +49,9 @@
"commit": "soy git-commit",
"cleanup": "soy cleanup",
"update-pkg": "soy update-pkg",
"release": "soy release",
"tsx": "tsx",
"logo": "tsx ./scripts/logo.ts",
"update-version": "bumpp --commit --push --tag",
"prepare": "soy init-git-hooks"
},
"dependencies": {
@ -98,7 +98,6 @@
"@unocss/vite": "0.52.7",
"@vitejs/plugin-vue": "4.2.3",
"@vitejs/plugin-vue-jsx": "3.0.1",
"bumpp": "9.1.0",
"cross-env": "7.0.3",
"eslint": "8.42.0",
"eslint-config-soybeanjs": "0.4.8",
@ -126,5 +125,6 @@
"simple-git-hooks": {
"commit-msg": "pnpm soy git-commit-verify",
"pre-commit": "pnpm typecheck && pnpm soy lint-staged"
}
},
"github-token": "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"
}

View File

@ -135,9 +135,6 @@ devDependencies:
'@vitejs/plugin-vue-jsx':
specifier: 3.0.1
version: 3.0.1(vite@4.3.9)(vue@3.3.4)
bumpp:
specifier: 9.1.0
version: 9.1.0
cross-env:
specifier: 7.0.3
version: 7.0.3