From 9bc7bf5362c6b3cd7df87aeeb684d8b671a9a3b4 Mon Sep 17 00:00:00 2001 From: Philipp Eder Date: Thu, 14 Mar 2024 12:58:15 +0100 Subject: [PATCH] Refactor: remove project from pontos-changelog (#978) --- .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