From 6874d04c1ec0b9c7f5cdced45b02d283ab7549e0 Mon Sep 17 00:00:00 2001 From: Kaushik Rishi Manchukonda Date: Tue, 25 Jul 2023 15:58:28 +0530 Subject: [PATCH 1/3] chore: update release workflow on release branch --- .github/workflows/release.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8252eadd8..73862d60c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,13 +11,14 @@ jobs: release: name: 'Create GitHub release' runs-on: ubuntu-latest - steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 + with: + node-version: 18 - name: Add plugin for conventional commits - run: npm install conventional-changelog-conventionalcommits + run: npm install --save-dev conventional-changelog-conventionalcommits@5.0.0 - name: Release to GitHub env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} From 66fbb9615972b4d0e26f9a2ee83ac46bf789ff72 Mon Sep 17 00:00:00 2001 From: Rishi <52498617+kaushik-rishi@users.noreply.github.com> Date: Tue, 25 Jul 2023 16:48:39 +0530 Subject: [PATCH 2/3] Update .github/workflows/release.yml Co-authored-by: Lukasz Gornicki --- .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 73862d60c..a192d2b30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: with: node-version: 18 - name: Add plugin for conventional commits - run: npm install --save-dev conventional-changelog-conventionalcommits@5.0.0 + run: npm install --save-dev conventional-changelog-conventionalcommits@6.1.0 - name: Release to GitHub env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} From fc4151e51c36d8350d40025c05e1cd19a89ab1c2 Mon Sep 17 00:00:00 2001 From: Kaushik Rishi Manchukonda Date: Wed, 26 Jul 2023 19:52:54 +0530 Subject: [PATCH 3/3] chore: update release workflow semantic release version --- .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 a192d2b30..6544ac8f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,4 +26,4 @@ jobs: GIT_AUTHOR_EMAIL: info@asyncapi.io GIT_COMMITTER_NAME: asyncapi-bot GIT_COMMITTER_EMAIL: info@asyncapi.io - run: npx semantic-release@17.4.3 + run: npx semantic-release@21.0.7