Skip to content

Automate release metadata + GitHub release notes from changelog#410

Open
emilhe wants to merge 1 commit intomasterfrom
codex/release-flow-automation
Open

Automate release metadata + GitHub release notes from changelog#410
emilhe wants to merge 1 commit intomasterfrom
codex/release-flow-automation

Conversation

@emilhe
Copy link
Owner

@emilhe emilhe commented Feb 12, 2026

Summary

  • add scripts/release.py with prepare, verify, and release-notes commands
  • add npm scripts for release metadata management
  • add release-from-tag workflow that creates GitHub release notes from the matching CHANGELOG.md section
  • allow python publish workflow to run on both created and published release events
  • document the release flow in README.md

Why

This reduces manual release work by making version sync and release-note generation repeatable and scriptable for the Python+JS mixed build setup.

Validation

  • python3 scripts/release.py prepare --version 2.0.5
  • python3 scripts/release.py verify --version 2.0.5
  • python3 scripts/release.py release-notes --version 2.0.5

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.

1 participant