Skip to content

Create skill for releasing#555

Merged
martin-majlis merged 6 commits into
masterfrom
create-skill-for-releasing
Apr 11, 2026
Merged

Create skill for releasing#555
martin-majlis merged 6 commits into
masterfrom
create-skill-for-releasing

Conversation

@martin-majlis

@martin-majlis martin-majlis commented Apr 11, 2026

Copy link
Copy Markdown
Owner

Introduce new skill for releasing

martin-majlis and others added 6 commits April 11, 2026 00:39
- prepare-release: validates version, bumps files, runs pre-release-check,
  commits to release/X.Y.Z branch, pushes, and opens a PR via gh pr create
- create-github-release: creates GitHub Release with auto-generated notes
  (--generate-notes) which triggers the PyPI publish workflow
- Avoids direct pushes to master

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
If pre-release-check fails, the working tree remains clean and no
manual rollback is needed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- CHANGES.rst: add empty Unreleased section at the top
- Makefile: prepare-release checks for Unreleased section and renames it
  to the release version; no need to know the version during development
- DEVELOPMENT.rst: document that PRs should add entries under Unreleased

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov

codecov Bot commented Apr 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.04%. Comparing base (113863b) to head (e78bbf5).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #555   +/-   ##
=======================================
  Coverage   94.04%   94.04%           
=======================================
  Files          76       76           
  Lines        3373     3373           
=======================================
  Hits         3172     3172           
  Misses        201      201           

☔ View full report in Codecov by Sentry.
📢 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.

@martin-majlis martin-majlis merged commit 8e0090f into master Apr 11, 2026
43 checks passed
@martin-majlis martin-majlis deleted the create-skill-for-releasing branch April 11, 2026 20:20
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