Skip to content

Commit 53c8f3f

Browse files
committed
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.
1 parent bed319c commit 53c8f3f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
github_token: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_GITHUB_TOKEN }}
4444
git_committer_name: "github-actions"
4545
git_committer_email: "[email protected]"
46+
changelog: "false"
4647
directory: './backend'
4748

4849
- name: Publish | Upload to GitHub Release Assets

backend/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,3 @@ dependencies = {file = "requirements/base.in"}
4444
[tool.setuptools.packages.find]
4545
include = ["sample_plugin*"]
4646
exclude = ["sample_plugin.tests*"]
47-
48-
[tool.semantic_release.changelog.default_templates]
49-
changelog_file = "../CHANGELOG.md"

0 commit comments

Comments
 (0)