Skip to content

fix: pin installer release version#16

Merged
PerfectPan merged 2 commits intomainfrom
fix/versioned-installer
May 4, 2026
Merged

fix: pin installer release version#16
PerfectPan merged 2 commits intomainfrom
fix/versioned-installer

Conversation

@PerfectPan
Copy link
Copy Markdown
Owner

Summary

  • Make install.sh default to its embedded release tag instead of GitHub latest.
  • Keep OCVM_VERSION as an override for latest or another tag.
  • Bump ocvm to 0.1.1 and update README, release docs, and landing page install command.

Verification

  • ./scripts/check-release-prep.sh && sh -n install.sh scripts/*.sh && cargo fmt --check && cargo clippy --all-targets -- -D warnings && cargo test && cargo build --release && cargo package --allow-dirty --offline
  • docker run --rm -u "$(id -u):$(id -g)" -e npm_config_cache=/tmp/npm-cache -v "$PWD":/work -w /work/site node:22-bookworm sh -lc "npm ci && npm run build"
  • OCVM_INSTALL_DRY_RUN=1 ./install.sh
  • OCVM_INSTALL_DRY_RUN=1 OCVM_VERSION=latest ./install.sh

@PerfectPan PerfectPan changed the title Pin installer release version for v0.1.1 fix: pin installer release version May 4, 2026
@PerfectPan PerfectPan force-pushed the fix/versioned-installer branch from 480738f to afa36ef Compare May 4, 2026 16:08
@PerfectPan PerfectPan merged commit 0dc75ab into main May 4, 2026
7 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