docs: update changlog

This commit is contained in:
陈凯龙
2022-04-12 08:41:17 +08:00
parent 685d6d47ee
commit e37273d95d
3 changed files with 47 additions and 41 deletions

View File

@@ -17,6 +17,26 @@ on:
status: {}
jobs:
contrib-readme-en-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.4
env:
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme.zh-CN
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.4
with:
readme_path: README.zh-CN.md
env:
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
# 合并发布版本的 pr 到 master
auto-merge:
runs-on: ubuntu-latest
@@ -72,7 +92,7 @@ jobs:
# 发布到 github
- name: Build Github
run: |
pnpm install
pnpm install --no-frozen-lockfile
pnpm run build:pro
- name: Deploy Github
@@ -127,7 +147,7 @@ jobs:
- name: Build Gitee
run: |
pnpm install
pnpm install --no-frozen-lockfile
pnpm run build:gitee
# 发布到 gitee