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