From 249a1463b34ad322af60fa44b840f255d56d4fa4 Mon Sep 17 00:00:00 2001 From: hi2hi Date: Tue, 10 Dec 2024 16:39:22 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20=E5=A2=9E=E5=8A=A0git?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=8F=90=E5=8F=96=E6=B7=B1=E5=BA=A6=E8=87=B3?= =?UTF-8?q?20=EF=BC=8C=E6=9B=B4=E6=96=B0=E5=8F=91=E5=B8=83=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 320425d..0e0007b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 with: - fetch-depth: 10 + fetch-depth: 20 - name: Setup Node.js uses: actions/setup-node@v3 @@ -42,8 +42,8 @@ jobs: id: release_notes run: | echo "#### Changes" > release_notes.md - git log -10 --pretty=format:"- %s" >> release_notes.md - echo -e "\n哪吒V1请下载dist.zip\n哪吒V0请下载v0-dist.zip\n哪吒V0/nazhua/子目录需求请下载v0-nazhua.zip\nv${{ steps.determine_version.outputs.version }}-all.zip是全量包\nv${{ steps.determine_version.outputs.version }}-cdn-jsdelivr.zip是jsdelivr引用版\nv${{ steps.determine_version.outputs.version }}-cdn-loli.zip是cdnjs的loli.net引用版" >> release_notes.md + git log -20 --pretty=format:"- %s" >> release_notes.md + echo -e "\n-----------\n哪吒V1请下载dist.zip\n哪吒V0请下载v0-dist.zip\n哪吒V0/nazhua/子目录需求请下载v0-nazhua.zip\nv${{ steps.determine_version.outputs.version }}-all.zip是全量包\nv${{ steps.determine_version.outputs.version }}-cdn-jsdelivr.zip是jsdelivr引用版\nv${{ steps.determine_version.outputs.version }}-cdn-loli.zip是cdnjs的loli.net引用版" >> release_notes.md - name: Install dependencies run: npm install