From 0f8482820baf26a37fa7dbc3811f389e0914a24e Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:44:28 +0000 Subject: [PATCH] build(deps): update dependency semantic-release to v24 --- .github/workflows/ci.yml | 2 +- .gitlab/workflows/ci.yml | 2 +- .../workflows/ci.yml.jinja | 2 +- .../workflows/ci.yml.jinja | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb81aaf1..77ee94e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,5 +110,5 @@ jobs: run: > npx --package conventional-changelog-conventionalcommits@7.0.2 - --package semantic-release@23.1.1 + --package semantic-release@24.0.0 semantic-release diff --git a/.gitlab/workflows/ci.yml b/.gitlab/workflows/ci.yml index be4ffa5c..79528bdf 100644 --- a/.gitlab/workflows/ci.yml +++ b/.gitlab/workflows/ci.yml @@ -54,7 +54,7 @@ semantic-release: npx --package @semantic-release/gitlab@13.1.0 --package conventional-changelog-conventionalcommits@7.0.2 - --package semantic-release@23.1.1 + --package semantic-release@24.0.0 semantic-release stage: release variables: diff --git a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja index 19e252b1..8116dded 100644 --- a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja +++ b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja @@ -141,5 +141,5 @@ jobs: run: > npx --package conventional-changelog-conventionalcommits@7.0.2 - --package semantic-release@23.1.1 + --package semantic-release@24.0.0 semantic-release diff --git a/template/[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/ci.yml.jinja b/template/[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/ci.yml.jinja index 962f1624..e04ce58e 100644 --- a/template/[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/ci.yml.jinja +++ b/template/[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/ci.yml.jinja @@ -67,7 +67,7 @@ semantic-release: npx --package @semantic-release/gitlab@13.1.0 --package conventional-changelog-conventionalcommits@7.0.2 - --package semantic-release@23.1.1 + --package semantic-release@24.0.0 semantic-release stage: release variables: