Skip to content

fix(ci): simplify dev release install instructions to use install.sh#453

Merged
drew merged 2 commits intomainfrom
simplify-dev-release-install-instructions
Mar 18, 2026
Merged

fix(ci): simplify dev release install instructions to use install.sh#453
drew merged 2 commits intomainfrom
simplify-dev-release-install-instructions

Conversation

@drew
Copy link
Collaborator

@drew drew commented Mar 18, 2026

Summary

Replace the verbose, gh-CLI-dependent install instructions in the dev release notes with a single curl | sh one-liner using the published install.sh script. This also removes the per-platform asset table since the install script handles platform detection automatically.

Related Issue

Follows up on #416 which published the install script in release workflows.

Changes

  • Replaced multi-line gh release download shell snippet with curl | OPENSHELL_VERSION=devel sh one-liner
  • Removed the per-platform assets table (the install script handles this)
  • Changed "automatically built" to "automatically published" for clarity

Testing

  • mise run pre-commit passes
  • Unit tests added/updated
  • E2E tests added/updated (if applicable)

Checklist

  • Follows Conventional Commits
  • Commits are signed off (DCO)
  • Architecture docs updated (if applicable)

@drew drew requested a review from a team as a code owner March 18, 2026 18:41
@drew drew self-assigned this Mar 18, 2026
@drew drew merged commit 1a706f3 into main Mar 18, 2026
9 checks passed
@drew drew deleted the simplify-dev-release-install-instructions branch March 18, 2026 20:53
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.

2 participants