From 6f729fc12f1fc1ccdcdeaa57a2c8f8da50760900 Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 02:06:56 +0000 Subject: [PATCH] build(deps): update dependency conventional-changelog-conventionalcommits to v8 --- .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 77ee94e6..c8117538 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,6 +109,6 @@ jobs: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token || secrets.PAT || secrets.GITHUB_TOKEN }} run: > npx - --package conventional-changelog-conventionalcommits@7.0.2 + --package conventional-changelog-conventionalcommits@8.0.0 --package semantic-release@24.0.0 semantic-release diff --git a/.gitlab/workflows/ci.yml b/.gitlab/workflows/ci.yml index 79528bdf..e46d7d55 100644 --- a/.gitlab/workflows/ci.yml +++ b/.gitlab/workflows/ci.yml @@ -53,7 +53,7 @@ semantic-release: - > npx --package @semantic-release/gitlab@13.1.0 - --package conventional-changelog-conventionalcommits@7.0.2 + --package conventional-changelog-conventionalcommits@8.0.0 --package semantic-release@24.0.0 semantic-release stage: release 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 8116dded..0d7babb8 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 @@ -140,6 +140,6 @@ jobs: GITHUB_TOKEN: {{ '${{ steps.generate-token.outputs.token || secrets.PAT || secrets.GITHUB_TOKEN }}' }} run: > npx - --package conventional-changelog-conventionalcommits@7.0.2 + --package conventional-changelog-conventionalcommits@8.0.0 --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 e04ce58e..6a51a6a2 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 @@ -66,7 +66,7 @@ semantic-release: - > npx --package @semantic-release/gitlab@13.1.0 - --package conventional-changelog-conventionalcommits@7.0.2 + --package conventional-changelog-conventionalcommits@8.0.0 --package semantic-release@24.0.0 semantic-release stage: release