From e250c875253c88de77c52830189f8395b41f8433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=23=E4=BA=91=E6=B7=A1=E7=84=B6?= Date: Wed, 15 Mar 2023 17:00:39 +0800 Subject: [PATCH 1/2] chore: test GitHub workflow 16 --- .github/workflows/code-review.yml | 2 +- .github/workflows/publish-package.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index ce04183..4f096db 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - cache: 'npm' + cache: npm - run: npm ci - run: npm run lint - run: npm run test diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 1f73611..d3dfb7c 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -12,8 +12,8 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - cache: 'npm' - registry-url: 'https://registry.npmjs.org' + cache: npm + registry-url: https://registry.npmjs.org - run: npm ci - run: npm run build - run: npm publish From f3302103f029c9be694717c5897c2944d994099c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=23=E4=BA=91=E6=B7=A1=E7=84=B6?= Date: Wed, 15 Mar 2023 17:01:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E6=8C=87=E5=AE=9A=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=B8=BA=200.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-please.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 8cf27ce..9f113c8 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -19,3 +19,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} release-type: node bump-minor-pre-major: true + release-as: 0.0.0