Skip to content

feat(install): add --prerelease flag to install.sh#183

Merged
pofallon merged 1 commit into
mainfrom
feat/install-prerelease
Jun 8, 2026
Merged

feat(install): add --prerelease flag to install.sh#183
pofallon merged 1 commit into
mainfrom
feat/install-prerelease

Conversation

@pofallon

@pofallon pofallon commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Support installing the latest release including pre-releases via a
`--prerelease` flag (or `DEACON_PRERELEASE=true`). Without it, only stable
releases are considered (GitHub's releases/latest), so the bare
`curl | bash` currently can't resolve a version while only -rc builds exist.

`get_latest_prerelease()` reads the /releases list (newest-first, includes
pre-releases) and installs the most recent tag. Updates README and the Pages
landing page to document the flag.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@pofallon pofallon merged commit c25cef4 into main Jun 8, 2026
6 checks passed
@github-actions github-actions Bot added the ci CI/CD changes label Jun 8, 2026
@pofallon pofallon deleted the feat/install-prerelease branch June 8, 2026 03:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI/CD changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant