Skip to content

Commit

Permalink
chore(projects): remove bumpp & add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jun 4, 2023
1 parent f9d47c0 commit a3dfe61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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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"
}
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a3dfe61

Please sign in to comment.