From 1eba15b42e5e205188cde6ce2ee54d19dd1a7f7f Mon Sep 17 00:00:00 2001 From: xsf0105 Date: Wed, 3 Apr 2024 15:49:31 +0800 Subject: [PATCH] fixe: add changelog --- .github/workflows/deploy-v2-site.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/deploy-v2-site.yml b/.github/workflows/deploy-v2-site.yml index d83a67b..9264d9f 100644 --- a/.github/workflows/deploy-v2-site.yml +++ b/.github/workflows/deploy-v2-site.yml @@ -35,6 +35,13 @@ jobs: playground/* playground/*/** + - uses: BobAnkh/auto-generate-changelog@v1.2.5 + with: + REPO_NAME: 'hellof2e/quark-core-docs' + ACCESS_TOKEN: ${{secrets.GIT_ACTION}} + PATH: 'CHANGELOG.md' + COMMIT_MESSAGE: 'docs(CHANGELOG): update release notes' + TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements' # 部署到当前仓库的 gh-pages 分支 # - name: Deploy