We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed319c commit 53c8f3fCopy full SHA for 53c8f3f
.github/workflows/release.yml
@@ -43,6 +43,7 @@ jobs:
43
github_token: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_GITHUB_TOKEN }}
44
git_committer_name: "github-actions"
45
git_committer_email: "[email protected]"
46
+ changelog: "false"
47
directory: './backend'
48
49
- name: Publish | Upload to GitHub Release Assets
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"
0 commit comments