From 8880dfb056d3f7d5194324b62a8bb749810a2c51 Mon Sep 17 00:00:00 2001 From: Philipp Eder Date: Thu, 14 Mar 2024 12:45:02 +0100 Subject: [PATCH] Refactor: remove project from pontos-changelog --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af1a13e7..3bfe64c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -139,7 +139,6 @@ jobs: --current-version ${{ env.LATEST_VERSION }} \ --next-version ${{ env.NEW_VERSION }} \ --config changelog.toml \ - --project $PROJECT \ --repository ${{ github.repository }} \ --versioning-scheme semver \ -o /tmp/changelog.md || true