From 056490508f8cbdd926d9e3bac5b9bf7d2fa1ba83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20B=C3=B6nhoff?= <28276430+boenhoff@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:57:59 +0200 Subject: [PATCH] update semantic-release to 22 Due to an error in v7 of convetionalcommits semantic versioning stopped working. Upgrading to v22 fixes the issue: https://github.com/semantic-release/semantic-release/issues/2929 --- semrel/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/semrel/action.yml b/semrel/action.yml index 65998e3..70dfe62 100644 --- a/semrel/action.yml +++ b/semrel/action.yml @@ -20,7 +20,7 @@ runs: with: node-version: 18.x - name: Install semantic-release extra plugins - run: npm install -g conventional-changelog-conventionalcommits @semantic-release/git @semantic-release/changelog semantic-release@21 + run: npm install -g conventional-changelog-conventionalcommits @semantic-release/git @semantic-release/changelog semantic-release@22 shell: bash - name: Create .releaserc run: | @@ -59,4 +59,4 @@ runs: run: semantic-release shell: bash env: - GH_TOKEN: ${{ inputs.gh_token }} \ No newline at end of file + GH_TOKEN: ${{ inputs.gh_token }}