Skip to content

ci: avoid lockfile dependency in release version check#52

Merged
mrcrgl merged 1 commit into
mainfrom
ci/51-release-version-check-no-lockfile
Apr 7, 2026
Merged

ci: avoid lockfile dependency in release version check#52
mrcrgl merged 1 commit into
mainfrom
ci/51-release-version-check-no-lockfile

Conversation

@mrcrgl

@mrcrgl mrcrgl commented Apr 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • replace cargo pkgid release tag/version validation with direct Cargo.toml package-version parsing
  • avoid lockfile dependency in the release workflow's version gate
  • fail explicitly if package version cannot be read

Validation

  • cargo fmt --all -- --check
  • cargo clippy --all-features -- -D warnings
  • cargo test --all
  • cargo test --no-default-features
  • ./scripts/release-check.sh

Closes #51

@mrcrgl mrcrgl marked this pull request as ready for review April 7, 2026 13:19
@mrcrgl mrcrgl merged commit 2a7a69b into main Apr 7, 2026
3 checks passed
@mrcrgl mrcrgl deleted the ci/51-release-version-check-no-lockfile branch April 7, 2026 13: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.

Fix release workflow version check without Cargo.lock

1 participant