From fab810df222e035057f6c44129a62ac392fbea81 Mon Sep 17 00:00:00 2001 From: stdavis Date: Tue, 5 Mar 2024 15:58:32 -0700 Subject: [PATCH] ci: changes related to release please v3 -> v4 migration --- .github/workflows/push.yml | 4 ---- release-please-config.json | 3 ++- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 34e02a1a..d627ac43 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -18,10 +18,6 @@ jobs: - name: 🛠️ Create releases id: release uses: google-github-actions/release-please-action@v4 - with: - release-type: node - monorepo-tags: true - command: manifest deploy: name: Create and publish packages diff --git a/release-please-config.json b/release-please-config.json index 941837d5..1a0cbed9 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -7,5 +7,6 @@ "packages/mouse-trap": {}, "packages/sherlock": {}, "packages/utilities": {} - } + }, + "include-component-in-tag": true }