chore(projects): remove bumpp & add release script
This commit is contained in:
parent
f9d47c081f
commit
a3dfe61a7b
@ -49,9 +49,9 @@
|
|||||||
"commit": "soy git-commit",
|
"commit": "soy git-commit",
|
||||||
"cleanup": "soy cleanup",
|
"cleanup": "soy cleanup",
|
||||||
"update-pkg": "soy update-pkg",
|
"update-pkg": "soy update-pkg",
|
||||||
|
"release": "soy release",
|
||||||
"tsx": "tsx",
|
"tsx": "tsx",
|
||||||
"logo": "tsx ./scripts/logo.ts",
|
"logo": "tsx ./scripts/logo.ts",
|
||||||
"update-version": "bumpp --commit --push --tag",
|
|
||||||
"prepare": "soy init-git-hooks"
|
"prepare": "soy init-git-hooks"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -98,7 +98,6 @@
|
|||||||
"@unocss/vite": "0.52.7",
|
"@unocss/vite": "0.52.7",
|
||||||
"@vitejs/plugin-vue": "4.2.3",
|
"@vitejs/plugin-vue": "4.2.3",
|
||||||
"@vitejs/plugin-vue-jsx": "3.0.1",
|
"@vitejs/plugin-vue-jsx": "3.0.1",
|
||||||
"bumpp": "9.1.0",
|
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"eslint": "8.42.0",
|
"eslint": "8.42.0",
|
||||||
"eslint-config-soybeanjs": "0.4.8",
|
"eslint-config-soybeanjs": "0.4.8",
|
||||||
@ -126,5 +125,6 @@
|
|||||||
"simple-git-hooks": {
|
"simple-git-hooks": {
|
||||||
"commit-msg": "pnpm soy git-commit-verify",
|
"commit-msg": "pnpm soy git-commit-verify",
|
||||||
"pre-commit": "pnpm typecheck && pnpm soy lint-staged"
|
"pre-commit": "pnpm typecheck && pnpm soy lint-staged"
|
||||||
}
|
},
|
||||||
|
"github-token": "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"
|
||||||
}
|
}
|
||||||
|
@ -135,9 +135,6 @@ devDependencies:
|
|||||||
'@vitejs/plugin-vue-jsx':
|
'@vitejs/plugin-vue-jsx':
|
||||||
specifier: 3.0.1
|
specifier: 3.0.1
|
||||||
version: 3.0.1(vite@4.3.9)(vue@3.3.4)
|
version: 3.0.1(vite@4.3.9)(vue@3.3.4)
|
||||||
bumpp:
|
|
||||||
specifier: 9.1.0
|
|
||||||
version: 9.1.0
|
|
||||||
cross-env:
|
cross-env:
|
||||||
specifier: 7.0.3
|
specifier: 7.0.3
|
||||||
version: 7.0.3
|
version: 7.0.3
|
||||||
|
Loading…
Reference in New Issue
Block a user