Showing
2 changed files
with
5 additions
and
14 deletions
| ... | @@ -14,17 +14,6 @@ echo "📝 ${BLUE}检查 Commit Message 格式...${NC}" | ... | @@ -14,17 +14,6 @@ echo "📝 ${BLUE}检查 Commit Message 格式...${NC}" |
| 14 | echo "" | 14 | echo "" |
| 15 | 15 | ||
| 16 | # ============================================ | 16 | # ============================================ |
| 17 | -# 版本自动更新 | ||
| 18 | -# ============================================ | ||
| 19 | -echo "" | ||
| 20 | -bash scripts/update-version.sh "$1" | ||
| 21 | - | ||
| 22 | -# 版本更新后继续验证 commit message 格式 | ||
| 23 | -echo "" | ||
| 24 | -echo "🔄 ${BLUE}继续验证 Commit Message...${NC}" | ||
| 25 | -echo "" | ||
| 26 | - | ||
| 27 | -# ============================================ | ||
| 28 | # Commit Message 格式验证 | 17 | # Commit Message 格式验证 |
| 29 | # ============================================ | 18 | # ============================================ |
| 30 | 19 | ... | ... |
| ... | @@ -33,7 +33,8 @@ | ... | @@ -33,7 +33,8 @@ |
| 33 | "changelog:check": "bash scripts/check-changelog.sh 7", | 33 | "changelog:check": "bash scripts/check-changelog.sh 7", |
| 34 | "changelog:check:30": "bash scripts/check-changelog.sh 30", | 34 | "changelog:check:30": "bash scripts/check-changelog.sh 30", |
| 35 | "changelog:check:all": "bash scripts/check-changelog.sh 0", | 35 | "changelog:check:all": "bash scripts/check-changelog.sh 0", |
| 36 | - "prepare": "husky" | 36 | + "prepare": "husky", |
| 37 | + "release": "standard-version" | ||
| 37 | }, | 38 | }, |
| 38 | "browserslist": [ | 39 | "browserslist": [ |
| 39 | "last 3 versions", | 40 | "last 3 versions", |
| ... | @@ -97,14 +98,15 @@ | ... | @@ -97,14 +98,15 @@ |
| 97 | "lint-staged": "^16.2.7", | 98 | "lint-staged": "^16.2.7", |
| 98 | "postcss": "^8.5.6", | 99 | "postcss": "^8.5.6", |
| 99 | "sass": "^1.78.0", | 100 | "sass": "^1.78.0", |
| 101 | + "standard-version": "^9.5.0", | ||
| 100 | "style-loader": "1.3.0", | 102 | "style-loader": "1.3.0", |
| 101 | "tailwindcss": "^3.4.0", | 103 | "tailwindcss": "^3.4.0", |
| 102 | "unplugin-vue-components": "^0.26.0", | 104 | "unplugin-vue-components": "^0.26.0", |
| 105 | + "vitest": "^1.6.0", | ||
| 103 | "vue-eslint-parser": "^9.0.0", | 106 | "vue-eslint-parser": "^9.0.0", |
| 104 | "vue-loader": "^17.0.0", | 107 | "vue-loader": "^17.0.0", |
| 105 | "weapp-tailwindcss": "^4.1.10", | 108 | "weapp-tailwindcss": "^4.1.10", |
| 106 | - "webpack": "5.91.0", | 109 | + "webpack": "5.91.0" |
| 107 | - "vitest": "^1.6.0" | ||
| 108 | }, | 110 | }, |
| 109 | "pnpm": { | 111 | "pnpm": { |
| 110 | "onlyBuiltDependencies": [ | 112 | "onlyBuiltDependencies": [ | ... | ... |
-
Please register or login to post a comment