Skip to content

refactor: extract version check to bash script, remove Python from release.yml (s0.16) - #56

Merged
elmol merged 1 commit into
mainfrom
refactor/s0.16-version-check-script
Mar 17, 2026
Merged

refactor: extract version check to bash script, remove Python from release.yml (s0.16)#56
elmol merged 1 commit into
mainfrom
refactor/s0.16-version-check-script

Conversation

@elmol

@elmol elmol commented Mar 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • Create scripts/check-version.sh — reads workspace version from Cargo.toml with grep (no Python)
  • Replace 3 inline Python version guards in release.yml with bash scripts/check-version.sh
  • Add check-version justfile recipe for local debugging

Test plan

  • RELEASE_VERSION=v0.1.0 bash scripts/check-version.shVersion check OK: 0.1.0
  • RELEASE_VERSION=v0.2.0 bash scripts/check-version.sh → clear error
  • No python3 in release.yml
  • just ci passes

🤖 Generated with Claude Code

Replace inline Python version guard in release.yml with a bash script
that reads the workspace version from Cargo.toml (one grep, no Python).
Add check-version justfile recipe for local debugging.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@elmol
elmol merged commit a162751 into main Mar 17, 2026
8 checks passed
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