Skip to content

fix check-version CI script#592

Merged
zeroXbrock merged 1 commit into
mainfrom
bugfix/ci-version-check
Jun 11, 2026
Merged

fix check-version CI script#592
zeroXbrock merged 1 commit into
mainfrom
bugfix/ci-version-check

Conversation

@zeroXbrock

Copy link
Copy Markdown
Member

Motivation

now that we're not using workspace versioning, packages[0] resolves to contender_bundle_provider, which is not what we want to check for this release process. We want to check contender_cli, which is packages[1] now.

Solution

it's a kludge but I just changed the target to packages[1]. This whole system needs to be replaced.

PR Checklist

  • Added Tests
  • Added Documentation
  • Ran cargo +nightly clippy --workspace --lib --examples --tests --benches --all-features --locked --fix
  • Ran cargo fmt --all
  • Note breaking changes in PR description, if applicable
  • update changelogs
    • Update CHANGELOG.md in each affected crate
    • add a high-level description in the root changelog

@zeroXbrock zeroXbrock merged commit b528a46 into main Jun 11, 2026
6 checks passed
@zeroXbrock zeroXbrock deleted the bugfix/ci-version-check branch June 11, 2026 20:31
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