From 96e9f3bb9f7be4c9694c917a8d46cb4922fd6cb1 Mon Sep 17 00:00:00 2001 From: salmannawaz Date: Thu, 20 Aug 2026 16:21:43 +0500 Subject: [PATCH] chore: remove changelog configuration Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/release.yml | 2 +- pyproject.toml | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) 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