diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6adb9a01..eb41ce8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: with: git_committer_name: "github-actions[bot]" git_committer_email: "github-actions[bot]@users.noreply.github.com" - changelog: "true" + changelog: "false" - name: Upload dist artifacts if: steps.release.outputs.released == 'true' diff --git a/pyproject.toml b/pyproject.toml index c1f8c477..d548c5f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,14 +158,6 @@ uv_constraints = [ "setuptools<82.0", ] -[tool.semantic_release.changelog] -mode = "update" -insertion_flag = ".. changelog-insertion-marker" - -[tool.semantic_release.changelog.default_templates] -changelog_file = "CHANGELOG.rst" -output_format = "rst" - [tool.semantic_release] build_command = "python -m pip install --upgrade build && SETUPTOOLS_SCM_PRETEND_VERSION=$NEW_VERSION python -m build" allow_zero_version = true