From e0e4e8f27279aa8dbde44182b8f8055ac7d57800 Mon Sep 17 00:00:00 2001 From: Shahroz Khan Date: Thu, 28 Sep 2023 16:43:57 +0500 Subject: [PATCH 1/2] hardcode semantic version --- .github/workflows/deploy-sdk.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-sdk.yml b/.github/workflows/deploy-sdk.yml index 7410d8353..b6461010c 100644 --- a/.github/workflows/deploy-sdk.yml +++ b/.github/workflows/deploy-sdk.yml @@ -38,6 +38,9 @@ jobs: with: dry_run: false # version numbers below can be in many forms: M, M.m, M.m.p + # version should be greater than the 22.0.1 (https://github.com/semantic-release/semantic-release/releases/tag/v22.0.1) + # because previous version had a bug in commit analyzer + semantic_version: 22.0.5 extra_plugins: | conventional-changelog-conventionalcommits @semantic-release/changelog From ab28ae642214e0705d934aa9ce84395db638338c Mon Sep 17 00:00:00 2001 From: Shahroz Khan Date: Fri, 29 Sep 2023 13:12:14 +0500 Subject: [PATCH 2/2] latest semantic version --- .github/workflows/deploy-sdk.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/deploy-sdk.yml b/.github/workflows/deploy-sdk.yml index b6461010c..06e901e68 100644 --- a/.github/workflows/deploy-sdk.yml +++ b/.github/workflows/deploy-sdk.yml @@ -37,14 +37,9 @@ jobs: id: semantic-release with: dry_run: false - # version numbers below can be in many forms: M, M.m, M.m.p - # version should be greater than the 22.0.1 (https://github.com/semantic-release/semantic-release/releases/tag/v22.0.1) - # because previous version had a bug in commit analyzer - semantic_version: 22.0.5 + semantic_version: latest extra_plugins: | conventional-changelog-conventionalcommits - @semantic-release/changelog - @semantic-release/git @semantic-release/github @semantic-release/exec env: