Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
manulife-weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2026-02-14 00:44:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
08fa9c282c5ddbe5a120e277911394ca9809e73c
08fa9c28
1 parent
8f16b5bf
chore: 用 standard-version 替代自定义版本更新脚本
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
14 deletions
.husky/commit-msg
package.json
.husky/commit-msg
View file @
08fa9c2
...
...
@@ -14,17 +14,6 @@ echo "📝 ${BLUE}检查 Commit Message 格式...${NC}"
echo ""
# ============================================
# 版本自动更新
# ============================================
echo ""
bash scripts/update-version.sh "$1"
# 版本更新后继续验证 commit message 格式
echo ""
echo "🔄 ${BLUE}继续验证 Commit Message...${NC}"
echo ""
# ============================================
# Commit Message 格式验证
# ============================================
...
...
package.json
View file @
08fa9c2
...
...
@@ -33,7 +33,8 @@
"changelog:check"
:
"bash scripts/check-changelog.sh 7"
,
"changelog:check:30"
:
"bash scripts/check-changelog.sh 30"
,
"changelog:check:all"
:
"bash scripts/check-changelog.sh 0"
,
"prepare"
:
"husky"
"prepare"
:
"husky"
,
"release"
:
"standard-version"
},
"browserslist"
:
[
"last 3 versions"
,
...
...
@@ -97,14 +98,15 @@
"lint-staged"
:
"^16.2.7"
,
"postcss"
:
"^8.5.6"
,
"sass"
:
"^1.78.0"
,
"standard-version"
:
"^9.5.0"
,
"style-loader"
:
"1.3.0"
,
"tailwindcss"
:
"^3.4.0"
,
"unplugin-vue-components"
:
"^0.26.0"
,
"vitest"
:
"^1.6.0"
,
"vue-eslint-parser"
:
"^9.0.0"
,
"vue-loader"
:
"^17.0.0"
,
"weapp-tailwindcss"
:
"^4.1.10"
,
"webpack"
:
"5.91.0"
,
"vitest"
:
"^1.6.0"
"webpack"
:
"5.91.0"
},
"pnpm"
:
{
"onlyBuiltDependencies"
:
[
...
...
Please
register
or
login
to post a comment