From 583771a80095d6ad12aa5f0312d0f35c84613cf2 Mon Sep 17 00:00:00 2001 From: bubkoo Date: Wed, 9 Nov 2022 12:38:23 +0800 Subject: [PATCH 1/3] chore: run ci on macos --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3136dc4..cfc7455 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: node: [14.x, 16.x, 18.x] - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - name: ⤵️ Checkout From 8b266d4a1311aa8cf777fa56c2b1575b440cbf7c Mon Sep 17 00:00:00 2001 From: bubkoo Date: Wed, 9 Nov 2022 12:39:30 +0800 Subject: [PATCH 2/3] docs: remove duplicated package name --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 94da669..5b813ce 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# run-shared-scripts -

run-shared-scripts

Define and run shared scripts of a monorepo using Yarn workspaces, Bolt, Lerna or pnpm

From d4059562dd4996d7e493a21dbe4750e195038537 Mon Sep 17 00:00:00 2001 From: your-bot Date: Wed, 9 Nov 2022 04:40:36 +0000 Subject: [PATCH 3/3] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://github.com/bubkoo/run-shared-scripts/compare/v1.0.1...v1.0.2) (2022-11-09) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a7360d..93f595d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.0.2](https://github.com/bubkoo/run-shared-scripts/compare/v1.0.1...v1.0.2) (2022-11-09) + ## [1.0.1](https://github.com/bubkoo/run-shared-scripts/compare/v1.0.0...v1.0.1) (2022-11-09) diff --git a/package.json b/package.json index 3dfaf7e..69776fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "run-shared-scripts", - "version": "1.0.1", + "version": "1.0.2", "description": "Define and run shared scripts of a monorepo using Yarn workspaces, Bolt, Lerna or pnpm", "main": "lib/index.js", "type": "module",