From 36f6e788252aa08d199b244fbff2d0a708495a39 Mon Sep 17 00:00:00 2001 From: xiaohuzi <1269146988@qq.com> Date: Thu, 23 Dec 2021 10:56:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf:=20=E4=BF=AE=E6=94=B9pypi?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/master.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 06f6fda8..b8c974c3 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -39,7 +39,7 @@ jobs: prWoLabels: true unreleased: true addSections: '{"documentation":{"prefix":"**Documentation:**","labels":["documentation"]}}' - sinceTag: v1.0 + sinceTag: v0.4rc6 output: CHANGELOG.md - uses: actions/setup-python@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cda56434..e84a5bbb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: prWoLabels: true unreleased: true addSections: '{"documentation":{"prefix":"**Documentation:**","labels":["documentation"]}}' - sinceTag: v1.0 + sinceTag: v0.4rc6 output: CHANGELOG.md - uses: actions/setup-python@v2