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"