Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 09:23
· 260 commits to master since this release

1.0.0 (2020-04-29)

功能

持续集成

  • github-actions: 为单元测试添加 IS_TEST 环境变量 (cfbd85e)
  • github-actions: 使用 .env.local 文件注入环境变量 (7b52e79)
  • github-actions: 修改为提前获得新版本号 (784847f)
  • github-actions: 暂时取消单元测试步骤 (170ffb1)
  • github-actions: 添加 release 流水线 (0e9dea9)
  • github-actions: 添加单元测试 (c205680)
  • semantic-release: 使用中文 commit type (ffb2f5c)

杂务

  • 移动 browserslist 配置到 package.json (3fb7551)
  • git-hooks: 添加 pre-push, 使用 eslint、jest 缓存加速 (e2ea7b1)
  • jest: 添加 modulePathIgnorePatterns 忽略 dist 目录 (826777b)
  • run-scripts: 添加 lint:strict (eaf50d1)
  • 使用 vue-cli 初始化项目 (3b5fdf8)
  • 初始化 vue-cli-plugin-electron-builder (a22ff05)
  • 安装 commitizen (0c82e15)
  • 安装 commitlint,添加 git hook commit-msg (bf49de5)

构建工具

  • peerdependencies: webpack@4.43.0 (1864caa)
  • 修改 run-scripts 的 serve, build 为 electron 版本 (474d5a6)

格式