From 31119176f559f54f8a42a89fecb311bf1cb8c243 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 2 Jan 2026 15:03:08 -0500 Subject: [PATCH] build: Don't create a changelog. Pushing the changelog back up is not possible because all commits need to be CLA checked and there's no way to do that with PSR at the moment. --- .github/workflows/release.yml | 1 + backend/pyproject.toml | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b370a24..6346d9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,7 @@ jobs: github_token: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_GITHUB_TOKEN }} git_committer_name: "github-actions" git_committer_email: "actions@users.noreply.github.com" + changelog: "false" directory: './backend' - name: Publish | Upload to GitHub Release Assets diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 166b189..e0178d3 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -44,6 +44,3 @@ dependencies = {file = "requirements/base.in"} [tool.setuptools.packages.find] include = ["sample_plugin*"] exclude = ["sample_plugin.tests*"] - -[tool.semantic_release.changelog.default_templates] -changelog_file = "../CHANGELOG.md"