From 8e4a764dbf565ba3a3e960c0635e18fd7530d1c9 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Tue, 22 Mar 2022 09:58:48 -0700 Subject: [PATCH] ci: Drop release-please config This is no longer needed after the first release from the main branch (v4.0.0). --- .github/workflows/release-please.yaml | 10 ++-------- .release-please-config.json | 9 --------- .release-please-manifest.json | 3 --- 3 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 .release-please-config.json delete mode 100644 .release-please-manifest.json diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 10e3f6708f..142932f59d 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -17,14 +17,8 @@ jobs: - uses: google-github-actions/release-please-action@v3 id: release with: - # Without this command, the manifest file will be ignored. At least - # for our initial main-branch releases using this workflow, we must - # use the manifest and config file. - command: manifest - config-file: .release-please-config.json - manifest-file: .release-please-manifest.json - # Make sure the player version gets updated. - extra-files: lib/player.js + # Required input to specify the release type (node package). + release-type: node # Make sure we create the PR against the correct branch. default-branch: ${{ github.ref_name }} diff --git a/.release-please-config.json b/.release-please-config.json deleted file mode 100644 index 49f15e8533..0000000000 --- a/.release-please-config.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "last-release-sha": "c5faf244b30aa0a99af0e1a1bc7cb4340a1a9f91", - "packages": { - ".": { - "include-component-in-tag": false, - "release-as": "4.0.0" - } - } -} diff --git a/.release-please-manifest.json b/.release-please-manifest.json deleted file mode 100644 index e6f877563b..0000000000 --- a/.release-please-manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - ".": "4.0.0" -}