build: 优化 .versionrc.js

This commit is contained in:
Burt 2025-01-08 21:14:31 +08:00
parent cfdfdbe33d
commit f157ce81b9
2 changed files with 11 additions and 84 deletions

View File

@ -3,17 +3,17 @@ module.exports = {
types: [
{ type: 'feat', section: '✨ Features | 新功能' },
{ type: 'fix', section: '🐛 Bug Fixes | Bug 修复' },
{ type: 'init', section: '🎉 Init | 初始化' },
{ type: 'docs', section: '✏️ Documentation | 文档' },
{ type: 'style', section: '💄 Styles | 风格' },
{ type: 'refactor', section: '♻️ Code Refactoring | 代码重构' },
{ type: 'perf', section: '⚡ Performance Improvements | 性能优化' },
{ type: 'test', section: '✅ Tests | 测试' },
{ type: 'revert', section: '⏪ Revert | 回退' },
{ type: 'build', section: '📦 Build System | 打包构建' },
{ type: 'update', section: '🚀 update | 构建/工程依赖/工具升级' },
{ type: 'tool', section: '🚀 tool | 工具升级' },
{ type: 'ci', section: '👷 Continuous Integration | CI 配置' },
// { type: 'init', section: '🎉 Init | 初始化' },
// { type: 'docs', section: '✏️ Documentation | 文档' },
// { type: 'style', section: '💄 Styles | 风格' },
// { type: 'refactor', section: '♻️ Code Refactoring | 代码重构' },
// { type: 'perf', section: '⚡ Performance Improvements | 性能优化' },
// { type: 'test', section: '✅ Tests | 测试' },
// { type: 'revert', section: '⏪ Revert | 回退' },
// { type: 'build', section: '📦 Build System | 打包构建' },
// { type: 'update', section: '🚀 update | 构建/工程依赖/工具升级' },
// { type: 'tool', section: '🚀 tool | 工具升级' },
// { type: 'ci', section: '👷 Continuous Integration | CI 配置' },
],
// 跳过相关内容
skip: {

View File

@ -1,73 +0,0 @@
变更日志
### [2.5.5](https://github.com/feige996/unibest/compare/v2.5.0...v2.5.5) (2025-01-08)
### 💄 Styles | 风格
* **vite.config.ts:** format ([f96a983](https://github.com/feige996/unibest/commit/f96a9839851b251e2d43563437aa84294475ef0b))
### 🐛 Bug Fixes | Bug 修复
* 枚举失效问题 & 分离全局声明和模块化内容 ([f2ae977](https://github.com/feige996/unibest/commit/f2ae977e9a52a573176ec4490621cdf75877ecd5))
* 修复全局搜索组件汉化配置 ([f92ce9d](https://github.com/feige996/unibest/commit/f92ce9d4fae61a9109bfd9152cede95202ec857a))
* app-plus、dev/prod、nativeResources插件未被正确移 ([776da46](https://github.com/feige996/unibest/commit/776da46619d1324d7e490dc06b821e1ee9b97fd0))
* buildTime ([d300d2c](https://github.com/feige996/unibest/commit/d300d2ca04998bc2de5bb2e739f39db602707e13))
* env utils 方法名称拼写问题 ([0e77899](https://github.com/feige996/unibest/commit/0e77899084dd101de45a5aeee9b6d752ff8888af))
* env utils 方法名称拼写问题 ([f1b245d](https://github.com/feige996/unibest/commit/f1b245d66f292f37f47aa7a094a9ec566c98ce91))
* fivicon.ico 路径 ([658abf2](https://github.com/feige996/unibest/commit/658abf211cb3bcbf27a75a062a9ae2e675208b6d))
* logo.svg 路径 ([c7ad1dc](https://github.com/feige996/unibest/commit/c7ad1dc7cd5b22a2bfb828162f169ee1366e3535))
* miniProgram 需要区分不同的小程序 ([732f286](https://github.com/feige996/unibest/commit/732f286ac1b8b0cf084317a2cd0d09d4fad767df))
* navigateBack 不可拦截,导致BUG ([75ad9af](https://github.com/feige996/unibest/commit/75ad9af648284787f0874af9a9bf708ca6411d07))
* **package.json:** pnpm cz error ([435aed6](https://github.com/feige996/unibest/commit/435aed66bca2f0b12771c37ba4a21d8f5ccffb2d))
* **tsconfig:** 修复z-paging库的TS类型丢失 ([61fa2e7](https://github.com/feige996/unibest/commit/61fa2e773a87880467bdcd382ffdbcf188acb7ba))
* **tsconfig:** 修复z-paging库的TS类型丢失 ([c7b5e60](https://github.com/feige996/unibest/commit/c7b5e60fed2366c5005998ada1d0f46765bbc22b))
### ✏️ Documentation | 文档
* 【unibest】可以去掉hbx模版了base模板一统天下 ([25a6ba3](https://github.com/feige996/unibest/commit/25a6ba3757965938f3805ba26c64a57dd79eb365))
* 15-faq ([96b1e23](https://github.com/feige996/unibest/commit/96b1e232e9fa8f0ea081f717ce5e086ee0777fc2))
* 不会 TypeScript 怎么办 ([79b3c37](https://github.com/feige996/unibest/commit/79b3c370180f20500079ce28ebb04f0d85bcd484))
* 更新 Demo 地址 ([fdc02a6](https://github.com/feige996/unibest/commit/fdc02a63c6f35348cfb8dbfa65dc81a7afc77637))
* 小程序标识 ([ce9866e](https://github.com/feige996/unibest/commit/ce9866e14fbf1634c0e47a058a18d30c10b1b8a6))
* format ([15152e4](https://github.com/feige996/unibest/commit/15152e4e7c23d0be97a561e24d4e7d7f21261145))
* index.md ([8c1adca](https://github.com/feige996/unibest/commit/8c1adcad492be5431e69b9ac4f106f7de99e55b2))
* **index.md:** features 优化 ([e25c8ed](https://github.com/feige996/unibest/commit/e25c8ed077019b1a12d63d3a16bbe4e473cb518f))
* readme.md ([f577439](https://github.com/feige996/unibest/commit/f5774397d9493f4aeaea7205b6d7f706597f67f6))
* wechat comment ([a00e5f9](https://github.com/feige996/unibest/commit/a00e5f9d5f5e2bc54ffbdd0eb3700a812d443442))
### 📦 Build System | 打包构建
* 部署到根目录 ([82ba799](https://github.com/feige996/unibest/commit/82ba799c35aba0d15e2045800bcdaa4a37a592ba))
* 修复自动部署文档 ([2aa654e](https://github.com/feige996/unibest/commit/2aa654edb9d01e87a6979d4ec1eaa7e86a5b9515))
* 修复自动部署文档2 ([39bd39c](https://github.com/feige996/unibest/commit/39bd39cf10e37927be45a89827b36e25d583779d))
* 修复自动部署文档3 ([a747fd9](https://github.com/feige996/unibest/commit/a747fd93b282b577afbe058f0b1ccc4b3e025bf4))
* 修复自动部署文档4 ([520f35f](https://github.com/feige996/unibest/commit/520f35faf8b3d02bdafff1b9e8889aeccbc1b0fc))
* fix ts ([abff1da](https://github.com/feige996/unibest/commit/abff1dac3a30d070388a974fdd524b318790f34f))
* github workflow ([140d80e](https://github.com/feige996/unibest/commit/140d80e17f5566fc59c58d22c9c9bb917e80d4b6))
* pnpm i ([e9af1a5](https://github.com/feige996/unibest/commit/e9af1a5f67fd2e50e197717fabe588ee78cc9a8d))
* pnpm upgrade ([3262261](https://github.com/feige996/unibest/commit/32622616bf9e12adf4b82ecfa174906f1b476a5b))
* sass 从 1.82 回退到 1.77 ([3f202f4](https://github.com/feige996/unibest/commit/3f202f43ccd8bb8079914d7785588da5d27513d2))
* sass 固定版本 1.77.8 ([78c5cc7](https://github.com/feige996/unibest/commit/78c5cc7fa954a89d6c9cde3ee25ac81ef1ddbb3c)), closes [#179](https://github.com/feige996/unibest/issues/179)
* update version ([29ecfdf](https://github.com/feige996/unibest/commit/29ecfdf6174e4238f9847b058b03e0a0a92cdc41))
* update version ([e1da7af](https://github.com/feige996/unibest/commit/e1da7afd5889df8c7396a2a39cb3c77442d33e7a))
* update version ([24c9835](https://github.com/feige996/unibest/commit/24c9835c6318cf8730f9b87b03e93d61bb889c6b))
* update version ([4d421e0](https://github.com/feige996/unibest/commit/4d421e04f663d8baec1443c5b56200b23f1539a6))
* update version ([003e868](https://github.com/feige996/unibest/commit/003e8685a4d43326edef0a7a4231a85337c01d5a))
* update version 2.5.1 ([b63142c](https://github.com/feige996/unibest/commit/b63142c93b1b13cd2e473ab9aff617d3ce61a158))
* update version to 2.5.3 ([9bea876](https://github.com/feige996/unibest/commit/9bea876f0f3f66a967b901d0ca68962941cf1bfa))
### ✨ Features | 新功能
* 把 docs 仓库移动到本仓库 ([b2bf1ef](https://github.com/feige996/unibest/commit/b2bf1efef313396d45bb8616d895806d4361692a))
* 路由拦截全部加上 ([c47eb87](https://github.com/feige996/unibest/commit/c47eb871322989b8b919e3ad4ed0294273572e88))
* 小程序标识有9种 ([1846349](https://github.com/feige996/unibest/commit/18463493a6a44bbd90e351ac6d0ed7c4e0f357eb))
* 优化文档 ([9995e8a](https://github.com/feige996/unibest/commit/9995e8af8c559b514f15ff59c45e951e3d75c9bc))
* add 小红书 dev和 build 命令 ([b52ea52](https://github.com/feige996/unibest/commit/b52ea52561e5ec2859ccf4095710e158ff5495ee))
* add standard-version ([05b4ca3](https://github.com/feige996/unibest/commit/05b4ca32724a6ac2679b92a400c6c3033023728a))
* hbx 模板地址更正 ([817ac0b](https://github.com/feige996/unibest/commit/817ac0b4459e4b68f226068e30e759b73162b517))
* version + base 优化 ([af45c69](https://github.com/feige996/unibest/commit/af45c69784f54f5da0ecd6c733d6faed08d5bc77))
* wot-ui 备用地址 ([e8807fe](https://github.com/feige996/unibest/commit/e8807fef0059907a2b83d1eb4af13701fdb2e69e))