Skip to content

fix: disable semantic-release changelog and restore GitHub release assets upload step - #71

Merged
farhan merged 2 commits into
mainfrom
revert-changelog-config
Aug 20, 2026
Merged

fix: disable semantic-release changelog and restore GitHub release assets upload step#71
farhan merged 2 commits into
mainfrom
revert-changelog-config

Conversation

@farhan

@farhan farhan commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Summary

Team decided:

  1. not to configure a CHANGELOG.rst with semantic-release.
  2. re-aligns release.yml to the recommended sample-plugin release.yml, whose release flow is confirmed working.

Changes

Commit 1 — revert #70 (disable changelog):

  • Restore changelog: "false" on the Run Semantic Release step in release.yml.
  • Remove the [tool.semantic_release.changelog] config from pyproject.toml.
  • Delete CHANGELOG.rst.

Commit 2 — restore the release-assets step:

  • Re-add the python-semantic-release/publish-action "Upload to GitHub Release Assets" step (removed in 3a9f71e), placed right after the Run Semantic Release step, matching the client's sample-plugin.

Net result

Changelog generation disabled and the GitHub release assets upload step restored

🤖 Generated with Claude Code

@codecov

codecov Bot commented Aug 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.17%. Comparing base (b183eff) to head (72b7d65).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #71   +/-   ##
=======================================
  Coverage   82.17%   82.17%           
=======================================
  Files          48       48           
  Lines        1419     1419           
  Branches      110      110           
=======================================
  Hits         1166     1166           
  Misses        221      221           
  Partials       32       32           
Flag Coverage Δ
unittests 82.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Re-add the python-semantic-release publish-action "Upload to GitHub Release
Assets" step that was removed in 3a9f71e, aligning with the client-recommended
sample-plugin release.yml whose release flow is confirmed working.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@farhan farhan changed the title revert: remove CHANGELOG.rst and disable semantic-release changelog fix: disable semantic-release changelog and restore GitHub release assets upload step Aug 20, 2026
@farhan
farhan merged commit 672caa0 into main Aug 20, 2026
8 checks passed
@farhan
farhan deleted the revert-changelog-config branch August 20, 2026 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants