From 51ac0a4dbf835acd2a02ad4736efe6a6d1545dc5 Mon Sep 17 00:00:00 2001 From: Matt Travi Date: Fri, 12 May 2023 15:51:49 -0500 Subject: [PATCH 1/2] ci(release): pinned the version of semantic-release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5966c2f74..0337893528 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: node-version: lts/* - run: npm clean-install - run: npm audit signatures - - run: npx semantic-release + - run: npx semantic-release@21.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_NPM_TOKEN }} From bf96fd85ed9bf878309bc06256659d179c561be6 Mon Sep 17 00:00:00 2001 From: Matt Travi Date: Fri, 12 May 2023 16:37:30 -0500 Subject: [PATCH 2/2] docs(release-version): highlighted automatic update of pinned version and where to find details --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0337893528..6f79143609 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,8 @@ jobs: node-version: lts/* - run: npm clean-install - run: npm audit signatures + # pinned version updated automatically by Renovate. + # details at https://semantic-release.gitbook.io/semantic-release/usage/installation#global-installation - run: npx semantic-release@21.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}