UNPKG

fe-core-cli

Version:

All-in-one scaffolding, cli integrated with Vue3 ecological chain, cli of H5 page, mock template cli of Node

60 lines (59 loc) 1.55 kB
{ "plugins": { "@release-it/conventional-changelog": { "infile": "CHANGELOG.md", "preset": { "name": "conventionalcommits", "header": "# 📋 更新历史 \n\n", "types": [ { "type": "feat", "section": "✨ Features | 新功能" }, { "type": "fix", "section": "🐛 Bug Fixes | Bug 修复" }, { "type": "perf", "section": "⚡ Performance Improvements | 性能优化" }, { "type": "revert", "section": "⏪ Reverts | 回退" }, { "type": "chore", "section": "📦 Chores | 其他更新" }, { "type": "docs", "section": "📝 Documentation | 文档" }, { "type": "style", "section": "💄 Styles | 风格", "hidden": true }, { "type": "refactor", "section": "♻ Code Refactoring | 代码重构" }, { "type": "test", "section": "✅ Tests | 测试" }, { "type": "build", "section": "👷‍ Build System | 构建" }, { "type": "ci", "section": "🔧 Continuous Integration | CI 配置" } ], "commitUrlFormat": "https://git.corp.xxx.com/ksg-frontend/ksg-ui/-/commit/{{hash}}" } } } }