From eebe0b2d022733a0bf7a4eb37338bcaf64801f1e Mon Sep 17 00:00:00 2001 From: "Blades, Stephen" Date: Fri, 13 Jan 2023 13:03:46 -0500 Subject: [PATCH 1/3] ci: update action --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f71f284a0..6d06c6f01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,8 +29,10 @@ jobs: - name: Build run: yarn build - - name: Release + - name: Semantic Release + uses: cycjimmy/semantic-release-action@v3 + with: + semantic_version: 20.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx semantic-release From 0805bad48b314dece1d8fbd468789fd97df2c7d9 Mon Sep 17 00:00:00 2001 From: "Blades, Stephen" Date: Fri, 13 Jan 2023 13:07:33 -0500 Subject: [PATCH 2/3] ci: update config --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d06c6f01..1a72b0617 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,9 @@ jobs: uses: cycjimmy/semantic-release-action@v3 with: semantic_version: 20.0.2 + extra_plugins: | + @semantic-release/changelog + @semantic-release/git env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} From ac10450d7d4cf7aa89d4c970d48c3951f22f94f0 Mon Sep 17 00:00:00 2001 From: "Blades, Stephen" Date: Fri, 13 Jan 2023 13:13:43 -0500 Subject: [PATCH 3/3] ci: update config --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a72b0617..f0a350c07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,8 +34,8 @@ jobs: with: semantic_version: 20.0.2 extra_plugins: | - @semantic-release/changelog - @semantic-release/git + @semantic-release/changelog@6.0.2 + @semantic-release/git@10.01 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}